Shades of Cerulean Blue #2E56BE
Tints of Cerulean Blue #2E56BE
RGB
CMYK
RGB Variations
Color information
#2E56BE (or 0x2E56BE) is known color: Cerulean Blue. HEX triplet: 2E, 56 and BE. RGB value is (46,86,190). Sum of RGB (Red+Green+Blue) = 46+86+190=322 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.29% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E56BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E56BE is #D1A941. Grayscale: #555555. Windows color (decimal): -13740354 or 12473902. OLE color: 12473902.
HSL color Cylindrical-coordinate representation of color #2E56BE: hue angle of 223.33º 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 #2E56BE is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 86 | 190 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.25 |
| HSL | 223.33º | 0.61% | 0.46% | - |
| HSV(B) | 223.33º | 0.76% | 0.75% | - |
| XYZ | 13.75 | 10.95 | 50.1 | - |
| YUV | 85.9 | 186.75 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 86 | 190 | 0.76 | 0.55 | 0 | 0.25 | 223.33 | 0.61 | 0.46 |
| Hex | 2E | 56 | BE | 4C | 37 | 0 | 19 | DF | 3D | 2E |
| Octal | 56 | 126 | 276 | 114 | 67 | 0 | 31 | 337 | 75 | 56 |
| Binary | 101110 | 1010110 | 10111110 | 1001100 | 110111 | 0 | 11001 | 11011111 | 111101 | 101110 |
Color Harmonies of #2E56BE
Complementary color
Monochromatic Colors of #2E56BE
Black with #2E56BE
Text Example
Text Example
White with #2E56BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E56BE; }
p { color: rgb(46,86,190); }
H1.HeaderClassName
{
color: #2E56BE;
}
.AnyTagClassName
{
color: #2E56BE;
}
</style>
background-color css
<style>
a { background-color: #2E56BE; }
a { background-color: rgb(46,86,190); }
div.DivClassName
{
background-color: #2E56BE;
}
.BgClassName
{
background-color: #2E56BE;
}
</style>
border-color css
<style>
span { border-color: #2E56BE; }
span { border-color: rgb(46,86,190); }
td.TdClassName
{
border-color: #2E56BE;
}
.TagClassName
{
border-color: #2E56BE;
}
</style>