Shades of Cerulean Blue #2E44BA
Tints of Cerulean Blue #2E44BA
RGB
CMYK
RGB Variations
Color information
#2E44BA (or 0x2E44BA) is known color: Cerulean Blue. HEX triplet: 2E, 44 and BA. RGB value is (46,68,186). Sum of RGB (Red+Green+Blue) = 46+68+186=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E44BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E44BA is #D1BB45. Grayscale: #4A4A4A. Windows color (decimal): -13744966 or 12207150. OLE color: 12207150.
HSL color Cylindrical-coordinate representation of color #2E44BA: hue angle of 230.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E44BA is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 68 | 186 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.27 |
| HSL | 230.57º | 0.6% | 0.45% | - |
| HSV(B) | 230.57º | 0.75% | 0.73% | - |
| XYZ | 12.06 | 8.26 | 47.41 | - |
| YUV | 74.87 | 190.71 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 68 | 186 | 0.75 | 0.63 | 0 | 0.27 | 230.57 | 0.6 | 0.45 |
| Hex | 2E | 44 | BA | 4B | 3F | 0 | 1B | E7 | 3C | 2D |
| Octal | 56 | 104 | 272 | 113 | 77 | 0 | 33 | 347 | 74 | 55 |
| Binary | 101110 | 1000100 | 10111010 | 1001011 | 111111 | 0 | 11011 | 11100111 | 111100 | 101101 |
Color Harmonies of #2E44BA
Complementary color
Monochromatic Colors of #2E44BA
Black with #2E44BA
Text Example
Text Example
White with #2E44BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E44BA; }
p { color: rgb(46,68,186); }
H1.HeaderClassName
{
color: #2E44BA;
}
.AnyTagClassName
{
color: #2E44BA;
}
</style>
background-color css
<style>
a { background-color: #2E44BA; }
a { background-color: rgb(46,68,186); }
div.DivClassName
{
background-color: #2E44BA;
}
.BgClassName
{
background-color: #2E44BA;
}
</style>
border-color css
<style>
span { border-color: #2E44BA; }
span { border-color: rgb(46,68,186); }
td.TdClassName
{
border-color: #2E44BA;
}
.TagClassName
{
border-color: #2E44BA;
}
</style>