Color Hex Logo

#224276 Color Hex

#224276
(34,66,118)
0 Favorites   0 Comments

Color spaces of #224276

RGB 3466118
HSL0.600.550.30
HSV217°71°46°
CMYK 0.710.440.00   0.54
XYZ5.87795.544517.8999
Yxy5.54450.20050.1891
Hunter Lab23.54683.3515-28.5886
CIE-Lab28.23297.0673-33.2984

#224276 color RGB value is (34,66,118).

#224276 hex color red value is 34, green value is 66 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #224276 hue: 0.60 , saturation: 0.55 and the lightness value of 224276 is 0.30.

The process color (four color CMYK) of #224276 color hex is 0.71, 0.44, 0.00, 0.54. Web safe color of #224276 is #333366. Color #224276 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01000010 01110110
Octal 42 102 166
Decimal 34 66 118
Hex 22 42 76

RGB Percentages of Color #224276

%15.60
%30.28
%54.13

CMYK Percentages of Color #224276

%71
%44
%0
%54

Triadic Colors of #224276

#224276 #762242 #427622

Analogous Colors of #224276

#224276 #2c2276 #226c76

Monochromatic Colors of #224276

#224276

Complementary Color

#224276 #765622

#224276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#224276 Color CSS Codes

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

#224276 Text Font Color

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

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


#224276 Background Color

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

This div background color is #224276


#224276 Border Color

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

This div border color is #224276


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,66,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #224276; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #224276;
  -webkit-box-shadow: 1px 1px 3px 2px #224276;
  box-shadow:         1px 1px 3px 2px #224276; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224276


Comments

No comments written yet.

Please login to write comment.