Shades of Cerulean Blue #2847BC
Tints of Cerulean Blue #2847BC
RGB
CMYK
RGB Variations
Color information
#2847BC (or 0x2847BC) is known color: Cerulean Blue. HEX triplet: 28, 47 and BC. RGB value is (40,71,188). Sum of RGB (Red+Green+Blue) = 40+71+188=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #2847BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2847BC is #D7B843. Grayscale: #4A4A4A. Windows color (decimal): -14137412 or 12338984. OLE color: 12338984.
HSL color Cylindrical-coordinate representation of color #2847BC: hue angle of 227.43º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2847BC is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 71 | 188 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.26 |
| HSL | 227.43º | 0.65% | 0.45% | - |
| HSV(B) | 227.43º | 0.79% | 0.74% | - |
| XYZ | 12.21 | 8.59 | 48.59 | - |
| YUV | 75.07 | 191.73 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 71 | 188 | 0.79 | 0.62 | 0 | 0.26 | 227.43 | 0.65 | 0.45 |
| Hex | 28 | 47 | BC | 4F | 3E | 0 | 1A | E3 | 41 | 2D |
| Octal | 50 | 107 | 274 | 117 | 76 | 0 | 32 | 343 | 101 | 55 |
| Binary | 101000 | 1000111 | 10111100 | 1001111 | 111110 | 0 | 11010 | 11100011 | 1000001 | 101101 |
Color Harmonies of #2847BC
Complementary color
Monochromatic Colors of #2847BC
Black with #2847BC
Text Example
Text Example
White with #2847BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2847BC; }
p { color: rgb(40,71,188); }
H1.HeaderClassName
{
color: #2847BC;
}
.AnyTagClassName
{
color: #2847BC;
}
</style>
background-color css
<style>
a { background-color: #2847BC; }
a { background-color: rgb(40,71,188); }
div.DivClassName
{
background-color: #2847BC;
}
.BgClassName
{
background-color: #2847BC;
}
</style>
border-color css
<style>
span { border-color: #2847BC; }
span { border-color: rgb(40,71,188); }
td.TdClassName
{
border-color: #2847BC;
}
.TagClassName
{
border-color: #2847BC;
}
</style>