Color Hex Logo

#236caa Color Hex

#236CAA
(35,108,170)
0 Favorites   0 Comments

Color spaces of #236caa

RGB 35108170
HSL0.580.660.40
HSV208°79°67°
CMYK 0.790.360.00   0.33
XYZ13.311413.984740.0279
Yxy13.98470.19770.2077
Hunter Lab37.3961-1.9049-37.2853
CIE-Lab44.21100.1260-39.4609

#236caa color RGB value is (35,108,170).

#236caa hex color red value is 35, green value is 108 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #236caa hue: 0.58 , saturation: 0.66 and the lightness value of 236caa is 0.40.

The process color (four color CMYK) of #236caa color hex is 0.79, 0.36, 0.00, 0.33. Web safe color of #236caa is #336699. Color #236caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01101100 10101010
Octal 43 154 252
Decimal 35 108 170
Hex 23 6C AA

RGB Percentages of Color #236caa

%11.18
%34.50
%54.31

CMYK Percentages of Color #236caa

%79
%36
%0
%33

Triadic Colors of #236caa

#236caa #aa236c #6caa23

Analogous Colors of #236caa

#236caa #2329aa #23aaa5

Monochromatic Colors of #236caa

#236caa

Complementary Color

#236caa #aa6123

#236caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#236caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#236caa Color CSS Codes

.mybgcolor {background-color:#236caa; } 
.myforecolor {color:#236caa; }
.mybordercolor {border:3px solid #236caa; }

#236caa Text Font Color

<p style="color:#236caa">Text here</p>

This sample text font color is #236caa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#236caa Background Color

<div style="background-color:#236caa">
Div content here</div>

This div background color is #236caa


#236caa Border Color

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

This div border color is #236caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,108,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #236caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #236caa;
  -webkit-box-shadow: 1px 1px 3px 2px #236caa;
  box-shadow:         1px 1px 3px 2px #236caa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,108,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #236caa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #236caa;
  -webkit-box-shadow: 1px 1px 3px 2px #236caa;
  box-shadow:         1px 1px 3px 2px #236caa;">
Div content here</div>

This div box has shadow with color #236caa


Comments

No comments written yet.

Please login to write comment.