Shades of Cerulean Blue #2E5AAD
Tints of Cerulean Blue #2E5AAD
RGB
CMYK
RGB Variations
Color information
#2E5AAD (or 0x2E5AAD) is known color: Cerulean Blue. HEX triplet: 2E, 5A and AD. RGB value is (46,90,173). Sum of RGB (Red+Green+Blue) = 46+90+173=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #2E5AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5AAD is #D1A552. Grayscale: #555555. Windows color (decimal): -13739347 or 11360814. OLE color: 11360814.
HSL color Cylindrical-coordinate representation of color #2E5AAD: hue angle of 219.21º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E5AAD is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 46 | 90 | 173 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.32 |
| HSL | 219.21º | 0.58% | 0.43% | - |
| HSV(B) | 219.21º | 0.73% | 0.68% | - |
| XYZ | 12.33 | 10.91 | 40.99 | - |
| YUV | 86.31 | 176.92 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 90 | 173 | 0.73 | 0.48 | 0 | 0.32 | 219.21 | 0.58 | 0.43 |
| Hex | 2E | 5A | AD | 49 | 30 | 0 | 20 | DB | 3A | 2B |
| Octal | 56 | 132 | 255 | 111 | 60 | 0 | 40 | 333 | 72 | 53 |
| Binary | 101110 | 1011010 | 10101101 | 1001001 | 110000 | 0 | 100000 | 11011011 | 111010 | 101011 |
Color Harmonies of #2E5AAD
Complementary color
Monochromatic Colors of #2E5AAD
Black with #2E5AAD
Text Example
Text Example
White with #2E5AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5AAD; }
p { color: rgb(46,90,173); }
H1.HeaderClassName
{
color: #2E5AAD;
}
.AnyTagClassName
{
color: #2E5AAD;
}
</style>
background-color css
<style>
a { background-color: #2E5AAD; }
a { background-color: rgb(46,90,173); }
div.DivClassName
{
background-color: #2E5AAD;
}
.BgClassName
{
background-color: #2E5AAD;
}
</style>
border-color css
<style>
span { border-color: #2E5AAD; }
span { border-color: rgb(46,90,173); }
td.TdClassName
{
border-color: #2E5AAD;
}
.TagClassName
{
border-color: #2E5AAD;
}
</style>