Shades of Cerulean Blue #2E48AB
Tints of Cerulean Blue #2E48AB
RGB
CMYK
RGB Variations
Color information
#2E48AB (or 0x2E48AB) is known color: Cerulean Blue. HEX triplet: 2E, 48 and AB. RGB value is (46,72,171). Sum of RGB (Red+Green+Blue) = 46+72+171=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E48AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E48AB is #D1B754. Grayscale: #4B4B4B. Windows color (decimal): -13743957 or 11225134. OLE color: 11225134.
HSL color Cylindrical-coordinate representation of color #2E48AB: hue angle of 227.52º 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 #2E48AB is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 72 | 171 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.33 |
| HSL | 227.52º | 0.58% | 0.43% | - |
| HSV(B) | 227.52º | 0.73% | 0.67% | - |
| XYZ | 10.79 | 8.16 | 39.53 | - |
| YUV | 75.51 | 181.89 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 72 | 171 | 0.73 | 0.58 | 0 | 0.33 | 227.52 | 0.58 | 0.43 |
| Hex | 2E | 48 | AB | 49 | 3A | 0 | 21 | E4 | 3A | 2B |
| Octal | 56 | 110 | 253 | 111 | 72 | 0 | 41 | 344 | 72 | 53 |
| Binary | 101110 | 1001000 | 10101011 | 1001001 | 111010 | 0 | 100001 | 11100100 | 111010 | 101011 |
Color Harmonies of #2E48AB
Complementary color
Monochromatic Colors of #2E48AB
Black with #2E48AB
Text Example
Text Example
White with #2E48AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E48AB; }
p { color: rgb(46,72,171); }
H1.HeaderClassName
{
color: #2E48AB;
}
.AnyTagClassName
{
color: #2E48AB;
}
</style>
background-color css
<style>
a { background-color: #2E48AB; }
a { background-color: rgb(46,72,171); }
div.DivClassName
{
background-color: #2E48AB;
}
.BgClassName
{
background-color: #2E48AB;
}
</style>
border-color css
<style>
span { border-color: #2E48AB; }
span { border-color: rgb(46,72,171); }
td.TdClassName
{
border-color: #2E48AB;
}
.TagClassName
{
border-color: #2E48AB;
}
</style>