Shades of Cerulean Blue #2847B0
Tints of Cerulean Blue #2847B0
RGB
CMYK
RGB Variations
Color information
#2847B0 (or 0x2847B0) is known color: Cerulean Blue. HEX triplet: 28, 47 and B0. RGB value is (40,71,176). Sum of RGB (Red+Green+Blue) = 40+71+176=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 176 (69.14% from 255 or 61.32% from 287); Max value from RGB is 176 - color contains mainly: blue. Hex color #2847B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2847B0 is #D7B84F. Grayscale: #494949. Windows color (decimal): -14137424 or 11552552. OLE color: 11552552.
HSL color Cylindrical-coordinate representation of color #2847B0: hue angle of 226.32º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2847B0 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 71 | 176 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.31 |
| HSL | 226.32º | 0.63% | 0.42% | - |
| HSV(B) | 226.32º | 0.77% | 0.69% | - |
| XYZ | 10.96 | 8.09 | 42.06 | - |
| YUV | 73.7 | 185.73 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 71 | 176 | 0.77 | 0.60 | 0 | 0.31 | 226.32 | 0.63 | 0.42 |
| Hex | 28 | 47 | B0 | 4D | 3C | 0 | 1F | E2 | 3F | 2A |
| Octal | 50 | 107 | 260 | 115 | 74 | 0 | 37 | 342 | 77 | 52 |
| Binary | 101000 | 1000111 | 10110000 | 1001101 | 111100 | 0 | 11111 | 11100010 | 111111 | 101010 |
Color Harmonies of #2847B0
Complementary color
Monochromatic Colors of #2847B0
Black with #2847B0
Text Example
Text Example
White with #2847B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2847B0; }
p { color: rgb(40,71,176); }
H1.HeaderClassName
{
color: #2847B0;
}
.AnyTagClassName
{
color: #2847B0;
}
</style>
background-color css
<style>
a { background-color: #2847B0; }
a { background-color: rgb(40,71,176); }
div.DivClassName
{
background-color: #2847B0;
}
.BgClassName
{
background-color: #2847B0;
}
</style>
border-color css
<style>
span { border-color: #2847B0; }
span { border-color: rgb(40,71,176); }
td.TdClassName
{
border-color: #2847B0;
}
.TagClassName
{
border-color: #2847B0;
}
</style>