Shades of Cerulean Blue #2856BA
Tints of Cerulean Blue #2856BA
RGB
CMYK
RGB Variations
Color information
#2856BA (or 0x2856BA) is known color: Cerulean Blue. HEX triplet: 28, 56 and BA. RGB value is (40,86,186). Sum of RGB (Red+Green+Blue) = 40+86+186=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #2856BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2856BA is #D7A945. Grayscale: #535353. Windows color (decimal): -14133574 or 12211752. OLE color: 12211752.
HSL color Cylindrical-coordinate representation of color #2856BA: hue angle of 221.1º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2856BA is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 86 | 186 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.27 |
| HSL | 221.1º | 0.65% | 0.44% | - |
| HSV(B) | 221.1º | 0.78% | 0.73% | - |
| XYZ | 13.07 | 10.65 | 47.82 | - |
| YUV | 83.65 | 185.76 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 86 | 186 | 0.78 | 0.54 | 0 | 0.27 | 221.1 | 0.65 | 0.44 |
| Hex | 28 | 56 | BA | 4E | 36 | 0 | 1B | DD | 41 | 2C |
| Octal | 50 | 126 | 272 | 116 | 66 | 0 | 33 | 335 | 101 | 54 |
| Binary | 101000 | 1010110 | 10111010 | 1001110 | 110110 | 0 | 11011 | 11011101 | 1000001 | 101100 |
Color Harmonies of #2856BA
Complementary color
Monochromatic Colors of #2856BA
Black with #2856BA
Text Example
Text Example
White with #2856BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2856BA; }
p { color: rgb(40,86,186); }
H1.HeaderClassName
{
color: #2856BA;
}
.AnyTagClassName
{
color: #2856BA;
}
</style>
background-color css
<style>
a { background-color: #2856BA; }
a { background-color: rgb(40,86,186); }
div.DivClassName
{
background-color: #2856BA;
}
.BgClassName
{
background-color: #2856BA;
}
</style>
border-color css
<style>
span { border-color: #2856BA; }
span { border-color: rgb(40,86,186); }
td.TdClassName
{
border-color: #2856BA;
}
.TagClassName
{
border-color: #2856BA;
}
</style>