Shades of Cerulean Blue #2847BB
Tints of Cerulean Blue #2847BB
RGB
CMYK
RGB Variations
Color information
#2847BB (or 0x2847BB) is known color: Cerulean Blue. HEX triplet: 28, 47 and BB. RGB value is (40,71,187). Sum of RGB (Red+Green+Blue) = 40+71+187=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #2847BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2847BB is #D7B844. Grayscale: #4A4A4A. Windows color (decimal): -14137413 or 12273448. OLE color: 12273448.
HSL color Cylindrical-coordinate representation of color #2847BB: hue angle of 227.35º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2847BB is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 71 | 187 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.27 |
| HSL | 227.35º | 0.65% | 0.45% | - |
| HSV(B) | 227.35º | 0.79% | 0.73% | - |
| XYZ | 12.1 | 8.55 | 48.03 | - |
| YUV | 74.96 | 191.23 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 71 | 187 | 0.79 | 0.62 | 0 | 0.27 | 227.35 | 0.65 | 0.45 |
| Hex | 28 | 47 | BB | 4F | 3E | 0 | 1B | E3 | 41 | 2D |
| Octal | 50 | 107 | 273 | 117 | 76 | 0 | 33 | 343 | 101 | 55 |
| Binary | 101000 | 1000111 | 10111011 | 1001111 | 111110 | 0 | 11011 | 11100011 | 1000001 | 101101 |
Color Harmonies of #2847BB
Complementary color
Monochromatic Colors of #2847BB
Black with #2847BB
Text Example
Text Example
White with #2847BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2847BB; }
p { color: rgb(40,71,187); }
H1.HeaderClassName
{
color: #2847BB;
}
.AnyTagClassName
{
color: #2847BB;
}
</style>
background-color css
<style>
a { background-color: #2847BB; }
a { background-color: rgb(40,71,187); }
div.DivClassName
{
background-color: #2847BB;
}
.BgClassName
{
background-color: #2847BB;
}
</style>
border-color css
<style>
span { border-color: #2847BB; }
span { border-color: rgb(40,71,187); }
td.TdClassName
{
border-color: #2847BB;
}
.TagClassName
{
border-color: #2847BB;
}
</style>