#245BAF

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

Shades of Cerulean Blue #245BAF

Tints of Cerulean Blue #245BAF

Color information

#245BAF (or 0x245BAF) is unknown color: approx Cerulean Blue. HEX triplet: 24, 5B and AF. RGB value is (36,91,175). Sum of RGB (Red+Green+Blue) = 36+91+175=302 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.92% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #245BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245BAF is #DBA450. Grayscale: #535353. Windows color (decimal): -14394449 or 11492132. OLE color: 11492132.

HSL color Cylindrical-coordinate representation of color #245BAF: hue angle of 216.26º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #245BAF is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3691175-
CMYK0.790.4800.31
HSL216.26º65.88%41.37%-
HSV(B)216.26º79.43%68.63%-
XYZ12.2110.9542.03-
YUV84.13179.2893.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.92%
GREEN value IS 91 (35.94% from 255) = 30.13%
BLUE value IS 175 (68.75% from 255) = 57.95%
R=11.92%
G=30.13%
B=57.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal36911750.790.4800.31216.2665.8841.37
Hex245BAF4F3001Fd84229
Octal441332571176003733010251
Binary1001001011011101011111001111110000011111110110001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,91,175); }

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

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

 a { background-color: rgb(36,91,175); }

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

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

 span { border-color: rgb(36,91,175); }

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