#224AAE

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

Shades of Cerulean Blue #224AAE

Tints of Cerulean Blue #224AAE

Color information

#224AAE (or 0x224AAE) is unknown color: approx Cerulean Blue. HEX triplet: 22, 4A and AE. RGB value is (34,74,174). Sum of RGB (Red+Green+Blue) = 34+74+174=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 174 (68.36% from 255 or 61.70% from 282); Max value from RGB is 174 - color contains mainly: blue. Hex color #224AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224AAE is #DDB551. Grayscale: #494949. Windows color (decimal): -14529874 or 11422242. OLE color: 11422242.

HSL color Cylindrical-coordinate representation of color #224AAE: hue angle of 222.86º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #224AAE is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3474174-
CMYK0.800.5700.32
HSL222.86º67.31%40.78%-
HSV(B)222.86º80.46%68.24%-
XYZ10.758.2941.08-
YUV73.44184.7599.87-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.06%
GREEN value IS 74 (29.30% from 255) = 26.24%
BLUE value IS 174 (68.36% from 255) = 61.70%
R=12.06%
G=26.24%
B=61.70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal34741740.800.5700.32222.8667.3140.78
Hex224AAE5039020df4329
Octal421122561207104033710351
Binary10001010010101010111010100001110010100000110111111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,74,174); }

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

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

 a { background-color: rgb(34,74,174); }

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

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

 span { border-color: rgb(34,74,174); }

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