Color Hex Logo

#224676 Color Hex

#224676
(34,70,118)
0 Favorites   0 Comments

Color spaces of #224676

RGB 3470118
HSL0.600.550.30
HSV214°71°46°
CMYK 0.710.410.00   0.54
XYZ6.11996.028417.9806
Yxy6.02840.20310.2001
Hunter Lab24.55281.5246-26.2325
CIE-Lab29.48404.3518-31.3058

#224676 color RGB value is (34,70,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01000110 01110110
Octal 42 106 166
Decimal 34 70 118
Hex 22 46 76

RGB Percentages of Color #224676

%15.32
%31.53
%53.15

CMYK Percentages of Color #224676

%71
%41
%0
%54

Triadic Colors of #224676

#224676 #762246 #467622

Analogous Colors of #224676

#224676 #282276 #227076

Monochromatic Colors of #224676

#224676

Complementary Color

#224676 #765222

#224676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#224676 Color CSS Codes

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

#224676 Text Font Color

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

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


#224676 Background Color

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

This div background color is #224676


#224676 Border Color

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

This div border color is #224676


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(34,70,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 #224676">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224676


Comments

No comments written yet.

Please login to write comment.