#224EA6

Color #224EA6 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #224EA6

Tints of Cerulean Blue #224EA6

Color information

#224EA6 (or 0x224EA6) is unknown color: approx Cerulean Blue. HEX triplet: 22, 4E and A6. RGB value is (34,78,166). Sum of RGB (Red+Green+Blue) = 34+78+166=278 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.23% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 166 (65.23% from 255 or 59.71% from 278); Max value from RGB is 166 - color contains mainly: blue. Hex color #224EA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224EA6 is #DDB159. Grayscale: #4A4A4A. Windows color (decimal): -14528858 or 10898978. OLE color: 10898978.

HSL color Cylindrical-coordinate representation of color #224EA6: hue angle of 220º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #224EA6 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3478166-
CMYK0.800.5300.35
HSL220º66%39.22%-
HSV(B)220º79.52%65.1%-
XYZ10.278.5437.18-
YUV74.88179.4298.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 12.23%
GREEN value IS 78 (30.86% from 255) = 28.06%
BLUE value IS 166 (65.23% from 255) = 59.71%
R=12.23%
G=28.06%
B=59.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal34781660.800.5300.352206639.22
Hex224EA65035023dc4227
Octal421162461206504333410247
Binary10001010011101010011010100001101010100011110111001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224EA6; }

 p { color: rgb(34,78,166); }

 H1.HeaderClassName
 {
   color: #224EA6;
 }
 .AnyTagClassName
 {
   color: #224EA6;
 }
</style>
background-color css

<style>
 a { background-color: #224EA6; }

 a { background-color: rgb(34,78,166); }

 div.DivClassName
 {
   background-color: #224EA6;
 }
 .BgClassName
 {
   background-color: #224EA6;
 }
</style>
border-color css

<style>
 span { border-color: #224EA6; }

 span { border-color: rgb(34,78,166); }

 td.TdClassName
 {
   border-color: #224EA6;
 }
 .TagClassName
 {
   border-color: #224EA6;
 }
</style>