Shades of Cerulean Blue #2847AC
Tints of Cerulean Blue #2847AC
RGB
CMYK
RGB Variations
Color information
#2847AC (or 0x2847AC) is known color: Cerulean Blue. HEX triplet: 28, 47 and AC. RGB value is (40,71,172). Sum of RGB (Red+Green+Blue) = 40+71+172=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #2847AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2847AC is #D7B853. Grayscale: #484848. Windows color (decimal): -14137428 or 11290408. OLE color: 11290408.
HSL color Cylindrical-coordinate representation of color #2847AC: hue angle of 225.91º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2847AC is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 71 | 172 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.33 |
| HSL | 225.91º | 0.62% | 0.42% | - |
| HSV(B) | 225.91º | 0.77% | 0.67% | - |
| XYZ | 10.57 | 7.94 | 40 | - |
| YUV | 73.25 | 183.73 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 71 | 172 | 0.77 | 0.59 | 0 | 0.33 | 225.91 | 0.62 | 0.42 |
| Hex | 28 | 47 | AC | 4D | 3B | 0 | 21 | E2 | 3E | 2A |
| Octal | 50 | 107 | 254 | 115 | 73 | 0 | 41 | 342 | 76 | 52 |
| Binary | 101000 | 1000111 | 10101100 | 1001101 | 111011 | 0 | 100001 | 11100010 | 111110 | 101010 |
Color Harmonies of #2847AC
Complementary color
Monochromatic Colors of #2847AC
Black with #2847AC
Text Example
Text Example
White with #2847AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2847AC; }
p { color: rgb(40,71,172); }
H1.HeaderClassName
{
color: #2847AC;
}
.AnyTagClassName
{
color: #2847AC;
}
</style>
background-color css
<style>
a { background-color: #2847AC; }
a { background-color: rgb(40,71,172); }
div.DivClassName
{
background-color: #2847AC;
}
.BgClassName
{
background-color: #2847AC;
}
</style>
border-color css
<style>
span { border-color: #2847AC; }
span { border-color: rgb(40,71,172); }
td.TdClassName
{
border-color: #2847AC;
}
.TagClassName
{
border-color: #2847AC;
}
</style>