#2455AE

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

Shades of Cerulean Blue #2455AE

Tints of Cerulean Blue #2455AE

Color information

#2455AE (or 0x2455AE) is unknown color: approx Cerulean Blue. HEX triplet: 24, 55 and AE. RGB value is (36,85,174). Sum of RGB (Red+Green+Blue) = 36+85+174=295 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.20% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #2455AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2455AE is #DBAA51. Grayscale: #505050. Windows color (decimal): -14395986 or 11425060. OLE color: 11425060.

HSL color Cylindrical-coordinate representation of color #2455AE: hue angle of 218.7º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2455AE is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3685174-
CMYK0.790.5100.32
HSL218.7º65.71%41.18%-
HSV(B)218.7º79.31%68.24%-
XYZ11.629.9341.35-
YUV80.49180.7796.26-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.20%
GREEN value IS 85 (33.59% from 255) = 28.81%
BLUE value IS 174 (68.36% from 255) = 58.98%
R=12.20%
G=28.81%
B=58.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal36851740.790.5100.32218.765.7141.18
Hex2455AE4F33020db4229
Octal441252561176304033310251
Binary10010010101011010111010011111100110100000110110111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2455AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2455AE; }

 p { color: rgb(36,85,174); }

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

<style>
 a { background-color: #2455AE; }

 a { background-color: rgb(36,85,174); }

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

<style>
 span { border-color: #2455AE; }

 span { border-color: rgb(36,85,174); }

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