Shades of Cerulean Blue #2858AC
Tints of Cerulean Blue #2858AC
RGB
CMYK
RGB Variations
Color information
#2858AC (or 0x2858AC) is known color: Cerulean Blue. HEX triplet: 28, 58 and AC. RGB value is (40,88,172). Sum of RGB (Red+Green+Blue) = 40+88+172=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #2858AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2858AC is #D7A753. Grayscale: #525252. Windows color (decimal): -14133076 or 11294760. OLE color: 11294760.
HSL color Cylindrical-coordinate representation of color #2858AC: hue angle of 218.18º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2858AC is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 88 | 172 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.33 |
| HSL | 218.18º | 0.62% | 0.42% | - |
| HSV(B) | 218.18º | 0.77% | 0.67% | - |
| XYZ | 11.81 | 10.41 | 40.42 | - |
| YUV | 83.22 | 178.1 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 88 | 172 | 0.77 | 0.49 | 0 | 0.33 | 218.18 | 0.62 | 0.42 |
| Hex | 28 | 58 | AC | 4D | 31 | 0 | 21 | DA | 3E | 2A |
| Octal | 50 | 130 | 254 | 115 | 61 | 0 | 41 | 332 | 76 | 52 |
| Binary | 101000 | 1011000 | 10101100 | 1001101 | 110001 | 0 | 100001 | 11011010 | 111110 | 101010 |
Color Harmonies of #2858AC
Complementary color
Monochromatic Colors of #2858AC
Black with #2858AC
Text Example
Text Example
White with #2858AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2858AC; }
p { color: rgb(40,88,172); }
H1.HeaderClassName
{
color: #2858AC;
}
.AnyTagClassName
{
color: #2858AC;
}
</style>
background-color css
<style>
a { background-color: #2858AC; }
a { background-color: rgb(40,88,172); }
div.DivClassName
{
background-color: #2858AC;
}
.BgClassName
{
background-color: #2858AC;
}
</style>
border-color css
<style>
span { border-color: #2858AC; }
span { border-color: rgb(40,88,172); }
td.TdClassName
{
border-color: #2858AC;
}
.TagClassName
{
border-color: #2858AC;
}
</style>