Shades of Cerulean Blue #2847BA
Tints of Cerulean Blue #2847BA
RGB
CMYK
RGB Variations
Color information
#2847BA (or 0x2847BA) is known color: Cerulean Blue. HEX triplet: 28, 47 and BA. RGB value is (40,71,186). Sum of RGB (Red+Green+Blue) = 40+71+186=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #2847BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2847BA is #D7B845. Grayscale: #4A4A4A. Windows color (decimal): -14137414 or 12207912. OLE color: 12207912.
HSL color Cylindrical-coordinate representation of color #2847BA: hue angle of 227.26º 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 #2847BA is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 71 | 186 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.27 |
| HSL | 227.26º | 0.65% | 0.44% | - |
| HSV(B) | 227.26º | 0.78% | 0.73% | - |
| XYZ | 11.99 | 8.5 | 47.46 | - |
| YUV | 74.84 | 190.73 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 71 | 186 | 0.78 | 0.62 | 0 | 0.27 | 227.26 | 0.65 | 0.44 |
| Hex | 28 | 47 | BA | 4E | 3E | 0 | 1B | E3 | 41 | 2C |
| Octal | 50 | 107 | 272 | 116 | 76 | 0 | 33 | 343 | 101 | 54 |
| Binary | 101000 | 1000111 | 10111010 | 1001110 | 111110 | 0 | 11011 | 11100011 | 1000001 | 101100 |
Color Harmonies of #2847BA
Complementary color
Monochromatic Colors of #2847BA
Black with #2847BA
Text Example
Text Example
White with #2847BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2847BA; }
p { color: rgb(40,71,186); }
H1.HeaderClassName
{
color: #2847BA;
}
.AnyTagClassName
{
color: #2847BA;
}
</style>
background-color css
<style>
a { background-color: #2847BA; }
a { background-color: rgb(40,71,186); }
div.DivClassName
{
background-color: #2847BA;
}
.BgClassName
{
background-color: #2847BA;
}
</style>
border-color css
<style>
span { border-color: #2847BA; }
span { border-color: rgb(40,71,186); }
td.TdClassName
{
border-color: #2847BA;
}
.TagClassName
{
border-color: #2847BA;
}
</style>