Shades of Cerulean Blue #2859AB
Tints of Cerulean Blue #2859AB
RGB
CMYK
RGB Variations
Color information
#2859AB (or 0x2859AB) is known color: Cerulean Blue. HEX triplet: 28, 59 and AB. RGB value is (40,89,171). Sum of RGB (Red+Green+Blue) = 40+89+171=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #2859AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2859AB is #D7A654. Grayscale: #535353. Windows color (decimal): -14132821 or 11229480. OLE color: 11229480.
HSL color Cylindrical-coordinate representation of color #2859AB: hue angle of 217.56º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2859AB is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 89 | 171 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.33 |
| HSL | 217.56º | 0.62% | 0.41% | - |
| HSV(B) | 217.56º | 0.77% | 0.67% | - |
| XYZ | 11.8 | 10.54 | 39.94 | - |
| YUV | 83.7 | 177.27 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 171 | 0.77 | 0.48 | 0 | 0.33 | 217.56 | 0.62 | 0.41 |
| Hex | 28 | 59 | AB | 4D | 30 | 0 | 21 | DA | 3E | 29 |
| Octal | 50 | 131 | 253 | 115 | 60 | 0 | 41 | 332 | 76 | 51 |
| Binary | 101000 | 1011001 | 10101011 | 1001101 | 110000 | 0 | 100001 | 11011010 | 111110 | 101001 |
Color Harmonies of #2859AB
Complementary color
Monochromatic Colors of #2859AB
Black with #2859AB
Text Example
Text Example
White with #2859AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2859AB; }
p { color: rgb(40,89,171); }
H1.HeaderClassName
{
color: #2859AB;
}
.AnyTagClassName
{
color: #2859AB;
}
</style>
background-color css
<style>
a { background-color: #2859AB; }
a { background-color: rgb(40,89,171); }
div.DivClassName
{
background-color: #2859AB;
}
.BgClassName
{
background-color: #2859AB;
}
</style>
border-color css
<style>
span { border-color: #2859AB; }
span { border-color: rgb(40,89,171); }
td.TdClassName
{
border-color: #2859AB;
}
.TagClassName
{
border-color: #2859AB;
}
</style>