#2558A9

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

Shades of Cerulean Blue #2558A9

Tints of Cerulean Blue #2558A9

Color information

#2558A9 (or 0x2558A9) is unknown color: approx Cerulean Blue. HEX triplet: 25, 58 and A9. RGB value is (37,88,169). Sum of RGB (Red+Green+Blue) = 37+88+169=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 169 (66.41% from 255 or 57.48% from 294); Max value from RGB is 169 - color contains mainly: blue. Hex color #2558A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2558A9 is #DAA756. Grayscale: #515151. Windows color (decimal): -14329687 or 11098149. OLE color: 11098149.

HSL color Cylindrical-coordinate representation of color #2558A9: hue angle of 216.82º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2558A9 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3788169-
CMYK0.780.4800.34
HSL216.82º64.08%40.39%-
HSV(B)216.82º78.11%66.27%-
XYZ11.4110.2438.91-
YUV81.98177.195.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.59%
GREEN value IS 88 (34.77% from 255) = 29.93%
BLUE value IS 169 (66.41% from 255) = 57.48%
R=12.59%
G=29.93%
B=57.48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal37881690.780.4800.34216.8264.0840.39
Hex2558A94E30022d94028
Octal451302511166004233110050
Binary10010110110001010100110011101100000100010110110011000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2558A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2558A9; }

 p { color: rgb(37,88,169); }

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

<style>
 a { background-color: #2558A9; }

 a { background-color: rgb(37,88,169); }

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

<style>
 span { border-color: #2558A9; }

 span { border-color: rgb(37,88,169); }

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