COLOR #235C72

HEX: #235C72
RGB: (35,92,114)

Color info

#235C72 contains mainly green and blue colors. Web safe color of #235C72 is #336666 (or #366).

RGB color model

#235C72 color RGB value is (35,92,114).

  • red value is 35;
  • green value is 92;
  • blue value is 114.
RGB:
(35,92,114)
(14%,36%,45%)

RGB channels and saturation

R 35 of 255 = 14%
G 92 of 255 = 36%
B 114 of 255 = 45%

35
92
114

R + G + B ~ 32%. #235C72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 92 + 114 = 241 (100%)
R 35 of 241 ~ 14.52%
G 92 of 241 ~ 38.17%
B 114 of 241 ~ 47.3%

%14.52
%38.17
%47.3

CMYK color model

#235C72 color CMYK value is (69,19,0,55).

  • cyan value is 69.30%
  • magenta value is 19.30%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(69,19,0,55)
C69M19Y0K55 
(69%,19%,0%,55%)
(0.69/0.19/0.00/0.55)	

CMYK percentages

%69.3
%19.3
%0
%55.29

Codes

Color #235C72 in popluar color models

235C72
RGB3592114
HSL197°53.02%29.22%
HSB/HSV197°69.30%44.71%
CMYK69.30%19.30%0.00%
55.29%

Color #235C72 in popluar number systems.

HEX235C72
Decimal3592114
Binary10001110111001110010
Octal43134162

Shades and tints

Shades of #235C72

#235C72
(35,92,114)
#205468
(32,84,104)
#1D4C5E
(29,76,94)
#1A4454
(26,68,84)
#173C4A
(23,60,74)
#143440
(20,52,64)
#112C36
(17,44,54)
#0E242C
(14,36,44)
#0B1C22
(11,28,34)
#081418
(8,20,24)
#050C0E
(5,12,14)
#000000
(0,0,0)

Tints of #235C72

#235C72
(35,92,114)
#376A7E
(55,106,126)
#4B788A
(75,120,138)
#5F8696
(95,134,150)
#7394A2
(115,148,162)
#87A2AE
(135,162,174)
#9BB0BA
(155,176,186)
#AFBEC6
(175,190,198)
#C3CCD2
(195,204,210)
#D7DADE
(215,218,222)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #235C72 color. Also use rgb(35,92,114) instead hex code.

Text Font Color

.myTextColor { color: #235C72; }

<p style="color:#235C72">This sample text font color is #235C72.</p>

This text font color is #235C72.


Background Color

.myBgColor { background-color: #235C72; }

<div style="background-color:#235C72">Inner text</div>

This div background color is #235C72.


Border color

.myBorderColor { border: 1px solid #235C72; }

<div style="border:3px solid #235C72">Div</div>

This div border color is #235C72.


Opacity

.myOpacity80 { color: #235C72; opacity: 0.8; }

<p style="color:#235C72;opacity:0.8;">80%</p>

Text with #235C72 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #235C72;}

<p style="text-shadow: 3px 3px 1px #235C72">Text here.</p>

This text has shadow with #235C72 color.

.textShadow {text-shadow: 3px 3px 1px #235C72, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #235C72, 5px 5px 20px red">Text here.</p>

This text has shadow with #235C72 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#235C72, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#235C72, Direction=45, Strength=4)">Text</p>

This text has shadow with #235C72 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #235C72;
  -webkit-box-shadow:	1px 1px 3px 2px #235C72;
  box-shadow:		1px 1px 3px 2px #235C72;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #235C72;
-webkit-box-shadow: 1px 1px 3px 2px #235C72;
box-shadow:1px 1px 3px 2px #235C72;">
Div content here</div>
This div box has shadow with color #235C72.

Preview

Color preview on black background

This text has color #235C72 on black background.


Color preview on white background

This text has color #235C72 on white background.



Black color preview on #235C72 background

This text has black color on #235C72 background.


White color preview on #235C72 background

This text has white color on #235C72 background.