#224CAE

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

Shades of Cerulean Blue #224CAE

Tints of Cerulean Blue #224CAE

Color information

#224CAE (or 0x224CAE) is unknown color: approx Cerulean Blue. HEX triplet: 22, 4C and AE. RGB value is (34,76,174). Sum of RGB (Red+Green+Blue) = 34+76+174=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #224CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224CAE is #DDB351. Grayscale: #4A4A4A. Windows color (decimal): -14529362 or 11422754. OLE color: 11422754.

HSL color Cylindrical-coordinate representation of color #224CAE: hue angle of 222º 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 #224CAE is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3476174-
CMYK0.800.5600.32
HSL222º67.31%40.78%-
HSV(B)222º80.46%68.24%-
XYZ10.888.5641.12-
YUV74.61184.0999.03-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.97%
GREEN value IS 76 (30.08% from 255) = 26.76%
BLUE value IS 174 (68.36% from 255) = 61.27%
R=11.97%
G=26.76%
B=61.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal34761740.800.5600.3222267.3140.78
Hex224CAE5038020de4329
Octal421142561207004033610351
Binary10001010011001010111010100001110000100000110111101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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