Shades of Cerulean Blue #2E44BE
Tints of Cerulean Blue #2E44BE
RGB
CMYK
RGB Variations
Color information
#2E44BE (or 0x2E44BE) is known color: Cerulean Blue. HEX triplet: 2E, 44 and BE. RGB value is (46,68,190). Sum of RGB (Red+Green+Blue) = 46+68+190=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E44BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E44BE is #D1BB41. Grayscale: #4A4A4A. Windows color (decimal): -13744962 or 12469294. OLE color: 12469294.
HSL color Cylindrical-coordinate representation of color #2E44BE: hue angle of 230.83º 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 #2E44BE is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 68 | 190 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.25 |
| HSL | 230.83º | 0.61% | 0.46% | - |
| HSV(B) | 230.83º | 0.76% | 0.75% | - |
| XYZ | 12.49 | 8.43 | 49.68 | - |
| YUV | 75.33 | 192.71 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 68 | 190 | 0.76 | 0.64 | 0 | 0.25 | 230.83 | 0.61 | 0.46 |
| Hex | 2E | 44 | BE | 4C | 40 | 0 | 19 | E7 | 3D | 2E |
| Octal | 56 | 104 | 276 | 114 | 100 | 0 | 31 | 347 | 75 | 56 |
| Binary | 101110 | 1000100 | 10111110 | 1001100 | 1000000 | 0 | 11001 | 11100111 | 111101 | 101110 |
Color Harmonies of #2E44BE
Complementary color
Monochromatic Colors of #2E44BE
Black with #2E44BE
Text Example
Text Example
White with #2E44BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E44BE; }
p { color: rgb(46,68,190); }
H1.HeaderClassName
{
color: #2E44BE;
}
.AnyTagClassName
{
color: #2E44BE;
}
</style>
background-color css
<style>
a { background-color: #2E44BE; }
a { background-color: rgb(46,68,190); }
div.DivClassName
{
background-color: #2E44BE;
}
.BgClassName
{
background-color: #2E44BE;
}
</style>
border-color css
<style>
span { border-color: #2E44BE; }
span { border-color: rgb(46,68,190); }
td.TdClassName
{
border-color: #2E44BE;
}
.TagClassName
{
border-color: #2E44BE;
}
</style>