#244EB1

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

Shades of Cerulean Blue #244EB1

Tints of Cerulean Blue #244EB1

Color information

#244EB1 (or 0x244EB1) is unknown color: approx Cerulean Blue. HEX triplet: 24, 4E and B1. RGB value is (36,78,177). Sum of RGB (Red+Green+Blue) = 36+78+177=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 177 (69.53% from 255 or 60.82% from 291); Max value from RGB is 177 - color contains mainly: blue. Hex color #244EB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244EB1 is #DBB14E. Grayscale: #4C4C4C. Windows color (decimal): -14397775 or 11619876. OLE color: 11619876.

HSL color Cylindrical-coordinate representation of color #244EB1: hue angle of 222.13º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #244EB1 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3678177-
CMYK0.800.5600.31
HSL222.13º66.2%41.76%-
HSV(B)222.13º79.66%69.41%-
XYZ11.39942.73-
YUV76.73184.5998.95-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.37%
GREEN value IS 78 (30.86% from 255) = 26.80%
BLUE value IS 177 (69.53% from 255) = 60.82%
R=12.37%
G=26.80%
B=60.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal36781770.800.5600.31222.1366.241.76
Hex244EB1503801Fde422a
Octal441162611207003733610252
Binary1001001001110101100011010000111000011111110111101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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