#244EAF

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

Shades of Cerulean Blue #244EAF

Tints of Cerulean Blue #244EAF

Color information

#244EAF (or 0x244EAF) is unknown color: approx Cerulean Blue. HEX triplet: 24, 4E and AF. RGB value is (36,78,175). Sum of RGB (Red+Green+Blue) = 36+78+175=289 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.46% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 175 (68.75% from 255 or 60.55% from 289); Max value from RGB is 175 - color contains mainly: blue. Hex color #244EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244EAF is #DBB150. Grayscale: #4C4C4C. Windows color (decimal): -14397777 or 11488804. OLE color: 11488804.

HSL color Cylindrical-coordinate representation of color #244EAF: hue angle of 221.87º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #244EAF is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3678175-
CMYK0.790.5500.31
HSL221.87º65.88%41.37%-
HSV(B)221.87º79.43%68.63%-
XYZ11.198.9241.69-
YUV76.5183.5999.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.46%
GREEN value IS 78 (30.86% from 255) = 26.99%
BLUE value IS 175 (68.75% from 255) = 60.55%
R=12.46%
G=26.99%
B=60.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal36781750.790.5500.31221.8765.8841.37
Hex244EAF4F3701Fde4229
Octal441162571176703733610251
Binary1001001001110101011111001111110111011111110111101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244EAF; }

 p { color: rgb(36,78,175); }

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

<style>
 a { background-color: #244EAF; }

 a { background-color: rgb(36,78,175); }

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

<style>
 span { border-color: #244EAF; }

 span { border-color: rgb(36,78,175); }

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