Shades of Cerulean Blue #2E47AC
Tints of Cerulean Blue #2E47AC
RGB
CMYK
RGB Variations
Color information
#2E47AC (or 0x2E47AC) is known color: Cerulean Blue. HEX triplet: 2E, 47 and AC. RGB value is (46,71,172). Sum of RGB (Red+Green+Blue) = 46+71+172=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E47AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E47AC is #D1B853. Grayscale: #4A4A4A. Windows color (decimal): -13744212 or 11290414. OLE color: 11290414.
HSL color Cylindrical-coordinate representation of color #2E47AC: hue angle of 228.1º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E47AC is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 71 | 172 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.33 |
| HSL | 228.1º | 0.58% | 0.43% | - |
| HSV(B) | 228.1º | 0.73% | 0.67% | - |
| XYZ | 10.83 | 8.07 | 40.02 | - |
| YUV | 75.04 | 182.72 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 71 | 172 | 0.73 | 0.59 | 0 | 0.33 | 228.1 | 0.58 | 0.43 |
| Hex | 2E | 47 | AC | 49 | 3B | 0 | 21 | E4 | 3A | 2B |
| Octal | 56 | 107 | 254 | 111 | 73 | 0 | 41 | 344 | 72 | 53 |
| Binary | 101110 | 1000111 | 10101100 | 1001001 | 111011 | 0 | 100001 | 11100100 | 111010 | 101011 |
Color Harmonies of #2E47AC
Complementary color
Monochromatic Colors of #2E47AC
Black with #2E47AC
Text Example
Text Example
White with #2E47AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E47AC; }
p { color: rgb(46,71,172); }
H1.HeaderClassName
{
color: #2E47AC;
}
.AnyTagClassName
{
color: #2E47AC;
}
</style>
background-color css
<style>
a { background-color: #2E47AC; }
a { background-color: rgb(46,71,172); }
div.DivClassName
{
background-color: #2E47AC;
}
.BgClassName
{
background-color: #2E47AC;
}
</style>
border-color css
<style>
span { border-color: #2E47AC; }
span { border-color: rgb(46,71,172); }
td.TdClassName
{
border-color: #2E47AC;
}
.TagClassName
{
border-color: #2E47AC;
}
</style>