Shades of Cerulean Blue #2847AF
Tints of Cerulean Blue #2847AF
RGB
CMYK
RGB Variations
Color information
#2847AF (or 0x2847AF) is known color: Cerulean Blue. HEX triplet: 28, 47 and AF. RGB value is (40,71,175). Sum of RGB (Red+Green+Blue) = 40+71+175=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 175 (68.75% from 255 or 61.19% from 286); Max value from RGB is 175 - color contains mainly: blue. Hex color #2847AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2847AF is #D7B850. Grayscale: #494949. Windows color (decimal): -14137425 or 11487016. OLE color: 11487016.
HSL color Cylindrical-coordinate representation of color #2847AF: hue angle of 226.22º 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 #2847AF is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 71 | 175 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.31 |
| HSL | 226.22º | 0.63% | 0.42% | - |
| HSV(B) | 226.22º | 0.77% | 0.69% | - |
| XYZ | 10.87 | 8.05 | 41.54 | - |
| YUV | 73.59 | 185.23 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 71 | 175 | 0.77 | 0.59 | 0 | 0.31 | 226.22 | 0.63 | 0.42 |
| Hex | 28 | 47 | AF | 4D | 3B | 0 | 1F | E2 | 3F | 2A |
| Octal | 50 | 107 | 257 | 115 | 73 | 0 | 37 | 342 | 77 | 52 |
| Binary | 101000 | 1000111 | 10101111 | 1001101 | 111011 | 0 | 11111 | 11100010 | 111111 | 101010 |
Color Harmonies of #2847AF
Complementary color
Monochromatic Colors of #2847AF
Black with #2847AF
Text Example
Text Example
White with #2847AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2847AF; }
p { color: rgb(40,71,175); }
H1.HeaderClassName
{
color: #2847AF;
}
.AnyTagClassName
{
color: #2847AF;
}
</style>
background-color css
<style>
a { background-color: #2847AF; }
a { background-color: rgb(40,71,175); }
div.DivClassName
{
background-color: #2847AF;
}
.BgClassName
{
background-color: #2847AF;
}
</style>
border-color css
<style>
span { border-color: #2847AF; }
span { border-color: rgb(40,71,175); }
td.TdClassName
{
border-color: #2847AF;
}
.TagClassName
{
border-color: #2847AF;
}
</style>