Shades of Cerulean Blue #2E4CAC
Tints of Cerulean Blue #2E4CAC
RGB
CMYK
RGB Variations
Color information
#2E4CAC (or 0x2E4CAC) is known color: Cerulean Blue. HEX triplet: 2E, 4C and AC. RGB value is (46,76,172). Sum of RGB (Red+Green+Blue) = 46+76+172=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E4CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4CAC is #D1B353. Grayscale: #4D4D4D. Windows color (decimal): -13742932 or 11291694. OLE color: 11291694.
HSL color Cylindrical-coordinate representation of color #2E4CAC: hue angle of 225.71º 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 #2E4CAC is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 76 | 172 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.33 |
| HSL | 225.71º | 0.58% | 0.43% | - |
| HSV(B) | 225.71º | 0.73% | 0.67% | - |
| XYZ | 11.16 | 8.73 | 40.13 | - |
| YUV | 77.97 | 181.06 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 76 | 172 | 0.73 | 0.56 | 0 | 0.33 | 225.71 | 0.58 | 0.43 |
| Hex | 2E | 4C | AC | 49 | 38 | 0 | 21 | E2 | 3A | 2B |
| Octal | 56 | 114 | 254 | 111 | 70 | 0 | 41 | 342 | 72 | 53 |
| Binary | 101110 | 1001100 | 10101100 | 1001001 | 111000 | 0 | 100001 | 11100010 | 111010 | 101011 |
Color Harmonies of #2E4CAC
Complementary color
Monochromatic Colors of #2E4CAC
Black with #2E4CAC
Text Example
Text Example
White with #2E4CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4CAC; }
p { color: rgb(46,76,172); }
H1.HeaderClassName
{
color: #2E4CAC;
}
.AnyTagClassName
{
color: #2E4CAC;
}
</style>
background-color css
<style>
a { background-color: #2E4CAC; }
a { background-color: rgb(46,76,172); }
div.DivClassName
{
background-color: #2E4CAC;
}
.BgClassName
{
background-color: #2E4CAC;
}
</style>
border-color css
<style>
span { border-color: #2E4CAC; }
span { border-color: rgb(46,76,172); }
td.TdClassName
{
border-color: #2E4CAC;
}
.TagClassName
{
border-color: #2E4CAC;
}
</style>