Color Hex Logo

#223c68 Color Hex

#223C68
(34,60,104)
0 Favorites   0 Comments

Color spaces of #223c68

RGB 3460104
HSL0.600.510.27
HSV218°67°41°
CMYK 0.670.420.00   0.59
XYZ4.77424.571313.7274
Yxy4.57130.20690.1981
Hunter Lab21.38062.4423-23.1007
CIE-Lab25.47675.7044-28.7742

#223c68 color RGB value is (34,60,104).

#223c68 hex color red value is 34, green value is 60 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #223c68 hue: 0.60 , saturation: 0.51 and the lightness value of 223c68 is 0.27.

The process color (four color CMYK) of #223c68 color hex is 0.67, 0.42, 0.00, 0.59. Web safe color of #223c68 is #333366. Color #223c68 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 00111100 01101000
Octal 42 74 150
Decimal 34 60 104
Hex 22 3C 68

RGB Percentages of Color #223c68

%17.17
%30.30
%52.53

CMYK Percentages of Color #223c68

%67
%42
%0
%59

Triadic Colors of #223c68

#223c68 #68223c #3c6822

Analogous Colors of #223c68

#223c68 #2b2268 #225f68

Monochromatic Colors of #223c68

#223c68

Complementary Color

#223c68 #684e22

#223c68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#223c68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#223c68 Color CSS Codes

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

#223c68 Text Font Color

<p style="color:#223c68">Text here</p>

This sample text font color is #223c68
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.


#223c68 Background Color

<div style="background-color:#223c68">
Div content here</div>

This div background color is #223c68


#223c68 Border Color

<div style="border:3px solid #223c68">
Div here</div>

This div border color is #223c68


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,60,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #223c68; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #223c68;
  -webkit-box-shadow: 1px 1px 3px 2px #223c68;
  box-shadow:         1px 1px 3px 2px #223c68; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(34,60,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #223c68


Comments

No comments written yet.

Please login to write comment.