#244DAF

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

Shades of Cerulean Blue #244DAF

Tints of Cerulean Blue #244DAF

Color information

#244DAF (or 0x244DAF) is unknown color: approx Cerulean Blue. HEX triplet: 24, 4D and AF. RGB value is (36,77,175). Sum of RGB (Red+Green+Blue) = 36+77+175=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 175 (68.75% from 255 or 60.76% from 288); Max value from RGB is 175 - color contains mainly: blue. Hex color #244DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244DAF is #DBB250. Grayscale: #4B4B4B. Windows color (decimal): -14398033 or 11488548. OLE color: 11488548.

HSL color Cylindrical-coordinate representation of color #244DAF: hue angle of 222.3º 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 #244DAF is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3677175-
CMYK0.790.5600.31
HSL222.3º65.88%41.37%-
HSV(B)222.3º79.43%68.63%-
XYZ11.128.7841.67-
YUV75.91183.9299.53-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.5%
GREEN value IS 77 (30.47% from 255) = 26.74%
BLUE value IS 175 (68.75% from 255) = 60.76%
R=12.5%
G=26.74%
B=60.76%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal36771750.790.5600.31222.365.8841.37
Hex244DAF4F3801Fde4229
Octal441152571177003733610251
Binary1001001001101101011111001111111000011111110111101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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