#244BB1

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

Shades of Cerulean Blue #244BB1

Tints of Cerulean Blue #244BB1

Color information

#244BB1 (or 0x244BB1) is unknown color: approx Cerulean Blue. HEX triplet: 24, 4B and B1. RGB value is (36,75,177). Sum of RGB (Red+Green+Blue) = 36+75+177=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 177 (69.53% from 255 or 61.46% from 288); Max value from RGB is 177 - color contains mainly: blue. Hex color #244BB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244BB1 is #DBB44E. Grayscale: #4A4A4A. Windows color (decimal): -14398543 or 11619108. OLE color: 11619108.

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

Color convert

RGB3675177-
CMYK0.800.5800.31
HSL223.4º66.2%41.76%-
HSV(B)223.4º79.66%69.41%-
XYZ11.188.5842.66-
YUV74.97185.58100.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.5%
GREEN value IS 75 (29.69% from 255) = 26.04%
BLUE value IS 177 (69.53% from 255) = 61.46%
R=12.5%
G=26.04%
B=61.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal36751770.800.5800.31223.466.241.76
Hex244BB1503A01Fdf422a
Octal441132611207203733710252
Binary1001001001011101100011010000111010011111110111111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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