#244EA4

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

Shades of Cerulean Blue #244EA4

Tints of Cerulean Blue #244EA4

Color information

#244EA4 (or 0x244EA4) is unknown color: approx Cerulean Blue. HEX triplet: 24, 4E and A4. RGB value is (36,78,164). Sum of RGB (Red+Green+Blue) = 36+78+164=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 164 (64.45% from 255 or 58.99% from 278); Max value from RGB is 164 - color contains mainly: blue. Hex color #244EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244EA4 is #DBB15B. Grayscale: #4A4A4A. Windows color (decimal): -14397788 or 10767908. OLE color: 10767908.

HSL color Cylindrical-coordinate representation of color #244EA4: hue angle of 220.31º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #244EA4 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3678164-
CMYK0.780.5200.36
HSL220.31º64%39.22%-
HSV(B)220.31º78.05%64.31%-
XYZ10.158.536.23-
YUV75.25178.09100.01-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.95%
GREEN value IS 78 (30.86% from 255) = 28.06%
BLUE value IS 164 (64.45% from 255) = 58.99%
R=12.95%
G=28.06%
B=58.99%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal36781640.780.5200.36220.316439.22
Hex244EA44E34024dc4027
Octal441162441166404433410047
Binary10010010011101010010010011101101000100100110111001000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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