#244EAA

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

Shades of Cerulean Blue #244EAA

Tints of Cerulean Blue #244EAA

Color information

#244EAA (or 0x244EAA) is unknown color: approx Cerulean Blue. HEX triplet: 24, 4E and AA. RGB value is (36,78,170). Sum of RGB (Red+Green+Blue) = 36+78+170=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #244EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244EAA is #DBB155. Grayscale: #4B4B4B. Windows color (decimal): -14397782 or 11161124. OLE color: 11161124.

HSL color Cylindrical-coordinate representation of color #244EAA: hue angle of 221.19º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #244EAA is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3678170-
CMYK0.790.5400.33
HSL221.19º65.05%40.39%-
HSV(B)221.19º78.82%66.67%-
XYZ10.718.7339.15-
YUV75.93181.0999.52-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.68%
GREEN value IS 78 (30.86% from 255) = 27.46%
BLUE value IS 170 (66.80% from 255) = 59.86%
R=12.68%
G=27.46%
B=59.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal36781700.790.5400.33221.1965.0540.39
Hex244EAA4F36021dd4128
Octal441162521176604133510150
Binary10010010011101010101010011111101100100001110111011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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