#244CAF

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

Shades of Cerulean Blue #244CAF

Tints of Cerulean Blue #244CAF

Color information

#244CAF (or 0x244CAF) is unknown color: approx Cerulean Blue. HEX triplet: 24, 4C and AF. RGB value is (36,76,175). Sum of RGB (Red+Green+Blue) = 36+76+175=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #244CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244CAF is #DBB350. Grayscale: #4A4A4A. Windows color (decimal): -14398289 or 11488292. OLE color: 11488292.

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

Color convert

RGB3676175-
CMYK0.790.5700.31
HSL222.73º65.88%41.37%-
HSV(B)222.73º79.43%68.63%-
XYZ11.058.6441.64-
YUV75.33184.2599.95-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.54%
GREEN value IS 76 (30.08% from 255) = 26.48%
BLUE value IS 175 (68.75% from 255) = 60.98%
R=12.54%
G=26.48%
B=60.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal36761750.790.5700.31222.7365.8841.37
Hex244CAF4F3901Fdf4229
Octal441142571177103733710251
Binary1001001001100101011111001111111001011111110111111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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