#2551AE

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

Shades of Cerulean Blue #2551AE

Tints of Cerulean Blue #2551AE

Color information

#2551AE (or 0x2551AE) is unknown color: approx Cerulean Blue. HEX triplet: 25, 51 and AE. RGB value is (37,81,174). Sum of RGB (Red+Green+Blue) = 37+81+174=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #2551AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2551AE is #DAAE51. Grayscale: #4E4E4E. Windows color (decimal): -14331474 or 11424037. OLE color: 11424037.

HSL color Cylindrical-coordinate representation of color #2551AE: hue angle of 220.73º degrees, saturation: 0.65, 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 #2551AE is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3781174-
CMYK0.790.5300.32
HSL220.73º64.93%41.37%-
HSV(B)220.73º78.74%68.24%-
XYZ11.359.3341.25-
YUV78.45181.9298.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.67%
GREEN value IS 81 (32.03% from 255) = 27.74%
BLUE value IS 174 (68.36% from 255) = 59.59%
R=12.67%
G=27.74%
B=59.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal37811740.790.5300.32220.7364.9341.37
Hex2551AE4F35020dd4129
Octal451212561176504033510151
Binary10010110100011010111010011111101010100000110111011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2551AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,81,174); }

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

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

 a { background-color: rgb(37,81,174); }

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

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

 span { border-color: rgb(37,81,174); }

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