COLOR #235967

HEX: #235967 RGB: (35,89,103)

Color info

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

RGB color model

#235967 color RGB value is (35,89,103).

RGB: (35,89,103) (14%, 35%, 40%)

RGB channels and saturation

R 35 of 255 = 14%
G 89 of 255 = 35%
B 103 of 255 = 40%

35
89
103

R + G + B ~ 30%. #235967 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 89 + 103 = 227 (100%)
R 35 of 227 ~ 15.42%
G 89 of 227 ~ 39.21%
B 103 of 227 ~ 45.37'%

%15.42
%39.21
%45.37

CMYK color model

#235967 color CMYK value is (66,14,0,60).

  • cyan value is 66.02%
  • magenta value is 13.59%
  • yellow value is 0.00%
  • key color value is 59.61%

CMYK: (66,14,0,60)
C66M14Y0K60 (66%, 14%, 0%, 60%)
(0.66 / 0.14 / 0.00 / 0.60)

CMYK percentages

%66.02
%13.59
%0
%59.61

Codes

Color #235967 in popluar color models

23 59 67
RGB 35 89 103
HSL 192° 49.28% 27.06%
HSB/HSV 192° 66.02% 40.39%
CMYK 66.02% 13.59% 0.00%
59.61%

Color #235967 in popluar number systems.

HEX 23 59 67
Decimal 35 89 103
Binary 100011 1011001 1100111
Octal 43 131 147

Shades and tints

Shades of #235967

#235967
(35,89,103)
#20515E
(32,81,94)
#1D4955
(29,73,85)
#1A414C
(26,65,76)
#173943
(23,57,67)
#14313A
(20,49,58)
#112931
(17,41,49)
#0E2128
(14,33,40)
#0B191F
(11,25,31)
#081116
(8,17,22)
#05090D
(5,9,13)
#000000
(0,0,0)

Tints of #235967

#235967
(35,89,103)
#376874
(55,104,116)
#4B7781
(75,119,129)
#5F868E
(95,134,142)
#73959B
(115,149,155)
#87A4A8
(135,164,168)
#9BB3B5
(155,179,181)
#AFC2C2
(175,194,194)
#C3D1CF
(195,209,207)
#D7E0DC
(215,224,220)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #235967 color. Also use rgb(35,89,103) instead hex code.

Text Font Color

.myTextColor { color: #235967; }

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

This text font color is #235967.

Background Color

.myBgColor { background-color: #235967; }

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

This div background color is #235967.

Border color

.myBorderColor { border: 1px solid #235967; }

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

This div border color is #235967.

Opacity

.myOpacity80 { color: #235967; opacity: 0.8; }

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

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

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

This text has shadow with #235967 color.


.textShadow {text-shadow: 3px 3px 1px #235967', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #235967; -webkit-box-shadow: 1px 1px 3px 2px #235967; box-shadow:1px 1px 3px 2px #235967;">
Div content here
</div>

This div box has shadow with color #235967.

Preview

Color preview on black background

This text has color #235967 on black background.


Color preview on white background

This text has color #235967 on white background.


Black color preview on #235967 background

This text has black color on #235967 background.


White color preview on #235967 background

This text has white color on #235967 background.


Related colors

Complementary color

Complementary color for #hex is #DCA698.


I love getcolorcode.com

Triadic colors

1 #672359 and #596723 with #235967 are triadic colors.

2 #675923 and #592367 with #235967 are triadic colors.