Shades of Cerulean Blue #2E44AB
Tints of Cerulean Blue #2E44AB
RGB
CMYK
RGB Variations
Color information
#2E44AB (or 0x2E44AB) is known color: Cerulean Blue. HEX triplet: 2E, 44 and AB. RGB value is (46,68,171). Sum of RGB (Red+Green+Blue) = 46+68+171=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E44AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E44AB is #D1BB54. Grayscale: #484848. Windows color (decimal): -13744981 or 11224110. OLE color: 11224110.
HSL color Cylindrical-coordinate representation of color #2E44AB: hue angle of 229.44º 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 #2E44AB is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 68 | 171 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.33 |
| HSL | 229.44º | 0.58% | 0.43% | - |
| HSV(B) | 229.44º | 0.73% | 0.67% | - |
| XYZ | 10.54 | 7.66 | 39.45 | - |
| YUV | 73.16 | 183.21 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 68 | 171 | 0.73 | 0.60 | 0 | 0.33 | 229.44 | 0.58 | 0.43 |
| Hex | 2E | 44 | AB | 49 | 3C | 0 | 21 | E5 | 3A | 2B |
| Octal | 56 | 104 | 253 | 111 | 74 | 0 | 41 | 345 | 72 | 53 |
| Binary | 101110 | 1000100 | 10101011 | 1001001 | 111100 | 0 | 100001 | 11100101 | 111010 | 101011 |
Color Harmonies of #2E44AB
Complementary color
Monochromatic Colors of #2E44AB
Black with #2E44AB
Text Example
Text Example
White with #2E44AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E44AB; }
p { color: rgb(46,68,171); }
H1.HeaderClassName
{
color: #2E44AB;
}
.AnyTagClassName
{
color: #2E44AB;
}
</style>
background-color css
<style>
a { background-color: #2E44AB; }
a { background-color: rgb(46,68,171); }
div.DivClassName
{
background-color: #2E44AB;
}
.BgClassName
{
background-color: #2E44AB;
}
</style>
border-color css
<style>
span { border-color: #2E44AB; }
span { border-color: rgb(46,68,171); }
td.TdClassName
{
border-color: #2E44AB;
}
.TagClassName
{
border-color: #2E44AB;
}
</style>