Shades of Cerulean Blue #2558AC
Tints of Cerulean Blue #2558AC
RGB
CMYK
RGB Variations
Color information
#2558AC (or 0x2558AC) is known color: 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
| RGB | 37 | 88 | 172 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.33 |
| HSL | 217.33º | 0.65% | 0.41% | - |
| HSV(B) | 217.33º | 0.78% | 0.67% | - |
| XYZ | 11.7 | 10.35 | 40.41 | - |
| YUV | 82.33 | 178.6 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 88 | 172 | 0.78 | 0.49 | 0 | 0.33 | 217.33 | 0.65 | 0.41 |
| Hex | 25 | 58 | AC | 4E | 31 | 0 | 21 | D9 | 41 | 29 |
| Octal | 45 | 130 | 254 | 116 | 61 | 0 | 41 | 331 | 101 | 51 |
| Binary | 100101 | 1011000 | 10101100 | 1001110 | 110001 | 0 | 100001 | 11011001 | 1000001 | 101001 |
Color Harmonies of #2558AC
Complementary color
Monochromatic Colors of #2558AC
Black with #2558AC
Text Example
Text Example
White with #2558AC
Text Example
Text Example
HTML Codes & Css Web 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>