#2553AA

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

Shades of Cerulean Blue #2553AA

Tints of Cerulean Blue #2553AA

Color information

#2553AA (or 0x2553AA) is unknown color: approx Cerulean Blue. HEX triplet: 25, 53 and AA. RGB value is (37,83,170). Sum of RGB (Red+Green+Blue) = 37+83+170=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 170 (66.80% from 255 or 58.62% from 290); Max value from RGB is 170 - color contains mainly: blue. Hex color #2553AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2553AA is #DAAC55. Grayscale: #4E4E4E. Windows color (decimal): -14330966 or 11162405. OLE color: 11162405.

HSL color Cylindrical-coordinate representation of color #2553AA: hue angle of 219.25º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2553AA is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3783170-
CMYK0.780.5100.33
HSL219.25º64.25%40.59%-
HSV(B)219.25º78.24%66.67%-
XYZ11.119.4839.27-
YUV79.16179.2697.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.76%
GREEN value IS 83 (32.81% from 255) = 28.62%
BLUE value IS 170 (66.80% from 255) = 58.62%
R=12.76%
G=28.62%
B=58.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal37831700.780.5100.33219.2564.2540.59
Hex2553AA4E33021db4029
Octal451232521166304133310051
Binary10010110100111010101010011101100110100001110110111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2553AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2553AA; }

 p { color: rgb(37,83,170); }

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

<style>
 a { background-color: #2553AA; }

 a { background-color: rgb(37,83,170); }

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

<style>
 span { border-color: #2553AA; }

 span { border-color: rgb(37,83,170); }

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