#2558AC

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

Shades of Cerulean Blue #2558AC

Tints of Cerulean Blue #2558AC

Color information

#2558AC (or 0x2558AC) is unknown color: approx Cerulean Blue. HEX triplet: 25, 58 and AC. RGB value is (37,88,172). Sum of RGB (Red+Green+Blue) = 37+88+172=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #2558AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2558AC is #DAA753. Grayscale: #515151. Windows color (decimal): -14329684 or 11294757. OLE color: 11294757.

HSL color Cylindrical-coordinate representation of color #2558AC: hue angle of 217.33º degrees, saturation: 0.65, 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 #2558AC is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3788172-
CMYK0.780.4900.33
HSL217.33º64.59%40.98%-
HSV(B)217.33º78.49%67.45%-
XYZ11.710.3540.41-
YUV82.33178.695.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.46%
GREEN value IS 88 (34.77% from 255) = 29.63%
BLUE value IS 172 (67.58% from 255) = 57.91%
R=12.46%
G=29.63%
B=57.91%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal37881720.780.4900.33217.3364.5940.98
Hex2558AC4E31021d94129
Octal451302541166104133110151
Binary10010110110001010110010011101100010100001110110011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2558AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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