#245AB1

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

Shades of Cerulean Blue #245AB1

Tints of Cerulean Blue #245AB1

Color information

#245AB1 (or 0x245AB1) is unknown color: approx Cerulean Blue. HEX triplet: 24, 5A and B1. RGB value is (36,90,177). Sum of RGB (Red+Green+Blue) = 36+90+177=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 177 (69.53% from 255 or 58.42% from 303); Max value from RGB is 177 - color contains mainly: blue. Hex color #245AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245AB1 is #DBA54E. Grayscale: #535353. Windows color (decimal): -14394703 or 11622948. OLE color: 11622948.

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

Color convert

RGB3690177-
CMYK0.800.4900.31
HSL217.02º66.2%41.76%-
HSV(B)217.02º79.66%69.41%-
XYZ12.3210.8643.04-
YUV83.77180.6193.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.88%
GREEN value IS 90 (35.55% from 255) = 29.70%
BLUE value IS 177 (69.53% from 255) = 58.42%
R=11.88%
G=29.70%
B=58.42%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal36901770.800.4900.31217.0266.241.76
Hex245AB1503101Fd9422a
Octal441322611206103733110252
Binary1001001011010101100011010000110001011111110110011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245AB1; }

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

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

<style>
 a { background-color: #245AB1; }

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

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

<style>
 span { border-color: #245AB1; }

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

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