Shades of Cerulean Blue #2E5ABE
Tints of Cerulean Blue #2E5ABE
RGB
CMYK
RGB Variations
Color information
#2E5ABE (or 0x2E5ABE) is known color: Cerulean Blue. HEX triplet: 2E, 5A and BE. RGB value is (46,90,190). Sum of RGB (Red+Green+Blue) = 46+90+190=326 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.11% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E5ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5ABE is #D1A541. Grayscale: #575757. Windows color (decimal): -13739330 or 12474926. OLE color: 12474926.
HSL color Cylindrical-coordinate representation of color #2E5ABE: hue angle of 221.67º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E5ABE is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 90 | 190 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.25 |
| HSL | 221.67º | 0.61% | 0.46% | - |
| HSV(B) | 221.67º | 0.76% | 0.75% | - |
| XYZ | 14.08 | 11.61 | 50.21 | - |
| YUV | 88.24 | 185.42 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 90 | 190 | 0.76 | 0.53 | 0 | 0.25 | 221.67 | 0.61 | 0.46 |
| Hex | 2E | 5A | BE | 4C | 35 | 0 | 19 | DE | 3D | 2E |
| Octal | 56 | 132 | 276 | 114 | 65 | 0 | 31 | 336 | 75 | 56 |
| Binary | 101110 | 1011010 | 10111110 | 1001100 | 110101 | 0 | 11001 | 11011110 | 111101 | 101110 |
Color Harmonies of #2E5ABE
Complementary color
Monochromatic Colors of #2E5ABE
Black with #2E5ABE
Text Example
Text Example
White with #2E5ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5ABE; }
p { color: rgb(46,90,190); }
H1.HeaderClassName
{
color: #2E5ABE;
}
.AnyTagClassName
{
color: #2E5ABE;
}
</style>
background-color css
<style>
a { background-color: #2E5ABE; }
a { background-color: rgb(46,90,190); }
div.DivClassName
{
background-color: #2E5ABE;
}
.BgClassName
{
background-color: #2E5ABE;
}
</style>
border-color css
<style>
span { border-color: #2E5ABE; }
span { border-color: rgb(46,90,190); }
td.TdClassName
{
border-color: #2E5ABE;
}
.TagClassName
{
border-color: #2E5ABE;
}
</style>