COLOR #235F8C

HEX: #235F8C
RGB: (35,95,140)

Color info

#235F8C contains mainly green and blue colors. Web safe color of #235F8C is #336699 (or #369).

RGB color model

#235F8C color RGB value is (35,95,140).

  • red value is 35;
  • green value is 95;
  • blue value is 140.
RGB:
(35,95,140)
(14%,37%,55%)

RGB channels and saturation

R 35 of 255 = 14%
G 95 of 255 = 37%
B 140 of 255 = 55%

35
95
140

R + G + B ~ 35%. #235F8C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 95 + 140 = 270 (100%)
R 35 of 270 ~ 12.96%
G 95 of 270 ~ 35.19%
B 140 of 270 ~ 51.85%

%12.96
%35.19
%51.85

CMYK color model

#235F8C color CMYK value is (75,32,0,45).

  • cyan value is 75.00%
  • magenta value is 32.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(75,32,0,45)
C75M32Y0K45 
(75%,32%,0%,45%)
(0.75/0.32/0.00/0.45)	

CMYK percentages

%75
%32.14
%0
%45.1

Codes

Color #235F8C in popluar color models

235F8C
RGB3595140
HSL206°60.00%34.31%
HSB/HSV206°75.00%54.90%
CMYK75.00%32.14%0.00%
45.10%

Color #235F8C in popluar number systems.

HEX235F8C
Decimal3595140
Binary100011101111110001100
Octal43137214

Shades and tints

Shades of #235F8C

#235F8C
(35,95,140)
#205780
(32,87,128)
#1D4F74
(29,79,116)
#1A4768
(26,71,104)
#173F5C
(23,63,92)
#143750
(20,55,80)
#112F44
(17,47,68)
#0E2738
(14,39,56)
#0B1F2C
(11,31,44)
#081720
(8,23,32)
#050F14
(5,15,20)
#000000
(0,0,0)

Tints of #235F8C

#235F8C
(35,95,140)
#376D96
(55,109,150)
#4B7BA0
(75,123,160)
#5F89AA
(95,137,170)
#7397B4
(115,151,180)
#87A5BE
(135,165,190)
#9BB3C8
(155,179,200)
#AFC1D2
(175,193,210)
#C3CFDC
(195,207,220)
#D7DDE6
(215,221,230)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #235F8C color. Also use rgb(35,95,140) instead hex code.

Text Font Color

.myTextColor { color: #235F8C; }

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

This text font color is #235F8C.


Background Color

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

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

This div background color is #235F8C.


Border color

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

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

This div border color is #235F8C.


Opacity

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

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

Text with #235F8C 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 #235F8C;}

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

This text has shadow with #235F8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #235F8C on black background.


Color preview on white background

This text has color #235F8C on white background.



Black color preview on #235F8C background

This text has black color on #235F8C background.


White color preview on #235F8C background

This text has white color on #235F8C background.