COLOR #235B74

HEX: #235B74 RGB: (35,91,116)

Color info

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

RGB color model

#235B74 color RGB value is (35,91,116).

RGB: (35,91,116) (14%, 36%, 45%)

RGB channels and saturation

R 35 of 255 = 14%
G 91 of 255 = 36%
B 116 of 255 = 45%

35
91
116

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

Portions of RGB colors in percentages

R + G + B = 35 + 91 + 116 = 242 (100%)
R 35 of 242 ~ 14.46%
G 91 of 242 ~ 37.6%
B 116 of 242 ~ 47.93'%

%14.46
%37.6
%47.93

CMYK color model

#235B74 color CMYK value is (70,22,0,55).

  • cyan value is 69.83%
  • magenta value is 21.55%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (70,22,0,55)
C70M22Y0K55 (70%, 22%, 0%, 55%)
(0.70 / 0.22 / 0.00 / 0.55)

CMYK percentages

%69.83
%21.55
%0
%54.51

Codes

Color #235B74 in popluar color models

23 5B 74
RGB 35 91 116
HSL 199° 53.64% 29.61%
HSB/HSV 199° 69.83% 45.49%
CMYK 69.83% 21.55% 0.00%
54.51%

Color #235B74 in popluar number systems.

HEX 23 5B 74
Decimal 35 91 116
Binary 100011 1011011 1110100
Octal 43 133 164

Shades and tints

Shades of #235B74

#235B74
(35,91,116)
#20536A
(32,83,106)
#1D4B60
(29,75,96)
#1A4356
(26,67,86)
#173B4C
(23,59,76)
#143342
(20,51,66)
#112B38
(17,43,56)
#0E232E
(14,35,46)
#0B1B24
(11,27,36)
#08131A
(8,19,26)
#050B10
(5,11,16)
#000000
(0,0,0)

Tints of #235B74

#235B74
(35,91,116)
#376980
(55,105,128)
#4B778C
(75,119,140)
#5F8598
(95,133,152)
#7393A4
(115,147,164)
#87A1B0
(135,161,176)
#9BAFBC
(155,175,188)
#AFBDC8
(175,189,200)
#C3CBD4
(195,203,212)
#D7D9E0
(215,217,224)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #235B74 color. Also use rgb(35,91,116) instead hex code.

Text Font Color

.myTextColor { color: #235B74; }

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

This text font color is #235B74.

Background Color

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

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

This div background color is #235B74.

Border color

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

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

This div border color is #235B74.

Opacity

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

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

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

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

This text has shadow with #235B74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #235B74.

Preview

Color preview on black background

This text has color #235B74 on black background.


Color preview on white background

This text has color #235B74 on white background.


Black color preview on #235B74 background

This text has black color on #235B74 background.


White color preview on #235B74 background

This text has white color on #235B74 background.


Related colors

Complementary color

Complementary color for #hex is #DCA48B.


I love getcolorcode.com

Triadic colors

1 #74235B and #5B7423 with #235B74 are triadic colors.

2 #745B23 and #5B2374 with #235B74 are triadic colors.