#244BA7

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

Shades of Cerulean Blue #244BA7

Tints of Cerulean Blue #244BA7

Color information

#244BA7 (or 0x244BA7) is unknown color: approx Cerulean Blue. HEX triplet: 24, 4B and A7. RGB value is (36,75,167). Sum of RGB (Red+Green+Blue) = 36+75+167=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 167 (65.62% from 255 or 60.07% from 278); Max value from RGB is 167 - color contains mainly: blue. Hex color #244BA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244BA7 is #DBB458. Grayscale: #494949. Windows color (decimal): -14398553 or 10963748. OLE color: 10963748.

HSL color Cylindrical-coordinate representation of color #244BA7: hue angle of 222.14º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #244BA7 is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3675167-
CMYK0.780.5500.35
HSL222.14º64.53%39.8%-
HSV(B)222.14º78.44%65.49%-
XYZ10.228.237.6-
YUV73.83180.58101.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.95%
GREEN value IS 75 (29.69% from 255) = 26.98%
BLUE value IS 167 (65.62% from 255) = 60.07%
R=12.95%
G=26.98%
B=60.07%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal36751670.780.5500.35222.1464.5339.8
Hex244BA74E37023de4128
Octal441132471166704333610150
Binary10010010010111010011110011101101110100011110111101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,75,167); }

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

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

 a { background-color: rgb(36,75,167); }

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

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

 span { border-color: rgb(36,75,167); }

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