COLOR #236D90

HEX: #236D90
RGB: (35,109,144)

Color info

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

RGB color model

#236D90 color RGB value is (35,109,144).

  • red value is 35;
  • green value is 109;
  • blue value is 144.
RGB:
(35,109,144)
(14%,43%,56%)

RGB channels and saturation

R 35 of 255 = 14%
G 109 of 255 = 43%
B 144 of 255 = 56%

35
109
144

R + G + B ~ 38%. #236D90 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 109 + 144 = 288 (100%)
R 35 of 288 ~ 12.15%
G 109 of 288 ~ 37.85%
B 144 of 288 ~ 50%

%12.15
%37.85
%50

CMYK color model

#236D90 color CMYK value is (76,24,0,44).

  • cyan value is 75.69%
  • magenta value is 24.31%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(76,24,0,44)
C76M24Y0K44 
(76%,24%,0%,44%)
(0.76/0.24/0.00/0.44)	

CMYK percentages

%75.69
%24.31
%0
%43.53

Codes

Color #236D90 in popluar color models

236D90
RGB35109144
HSL199°60.89%35.10%
HSB/HSV199°75.69%56.47%
CMYK75.69%24.31%0.00%
43.53%

Color #236D90 in popluar number systems.

HEX236D90
Decimal35109144
Binary100011110110110010000
Octal43155220

Shades and tints

Shades of #236D90

#236D90
(35,109,144)
#206483
(32,100,131)
#1D5B76
(29,91,118)
#1A5269
(26,82,105)
#17495C
(23,73,92)
#14404F
(20,64,79)
#113742
(17,55,66)
#0E2E35
(14,46,53)
#0B2528
(11,37,40)
#081C1B
(8,28,27)
#05130E
(5,19,14)
#000000
(0,0,0)

Tints of #236D90

#236D90
(35,109,144)
#377A9A
(55,122,154)
#4B87A4
(75,135,164)
#5F94AE
(95,148,174)
#73A1B8
(115,161,184)
#87AEC2
(135,174,194)
#9BBBCC
(155,187,204)
#AFC8D6
(175,200,214)
#C3D5E0
(195,213,224)
#D7E2EA
(215,226,234)
#EBEFF4
(235,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #236D90 color. Also use rgb(35,109,144) instead hex code.

Text Font Color

.myTextColor { color: #236D90; }

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

This text font color is #236D90.


Background Color

.myBgColor { background-color: #236D90; }

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

This div background color is #236D90.


Border color

.myBorderColor { border: 1px solid #236D90; }

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

This div border color is #236D90.


Opacity

.myOpacity80 { color: #236D90; opacity: 0.8; }

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

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

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

This text has shadow with #236D90 color.

.textShadow {text-shadow: 3px 3px 1px #236D90, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #236D90 on black background.


Color preview on white background

This text has color #236D90 on white background.



Black color preview on #236D90 background

This text has black color on #236D90 background.


White color preview on #236D90 background

This text has white color on #236D90 background.