Shades of Cerulean Blue #2E44B3
Tints of Cerulean Blue #2E44B3
RGB
CMYK
RGB Variations
Color information
#2E44B3 (or 0x2E44B3) is known color: Cerulean Blue. HEX triplet: 2E, 44 and B3. RGB value is (46,68,179). Sum of RGB (Red+Green+Blue) = 46+68+179=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 179 (70.31% from 255 or 61.09% from 293); Max value from RGB is 179 - color contains mainly: blue. Hex color #2E44B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E44B3 is #D1BB4C. Grayscale: #494949. Windows color (decimal): -13744973 or 11748398. OLE color: 11748398.
HSL color Cylindrical-coordinate representation of color #2E44B3: hue angle of 230.08º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E44B3 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 68 | 179 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.30 |
| HSL | 230.08º | 0.59% | 0.44% | - |
| HSV(B) | 230.08º | 0.74% | 0.7% | - |
| XYZ | 11.33 | 7.97 | 43.59 | - |
| YUV | 74.08 | 187.21 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 68 | 179 | 0.74 | 0.62 | 0 | 0.30 | 230.08 | 0.59 | 0.44 |
| Hex | 2E | 44 | B3 | 4A | 3E | 0 | 1E | E6 | 3B | 2C |
| Octal | 56 | 104 | 263 | 112 | 76 | 0 | 36 | 346 | 73 | 54 |
| Binary | 101110 | 1000100 | 10110011 | 1001010 | 111110 | 0 | 11110 | 11100110 | 111011 | 101100 |
Color Harmonies of #2E44B3
Complementary color
Monochromatic Colors of #2E44B3
Black with #2E44B3
Text Example
Text Example
White with #2E44B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E44B3; }
p { color: rgb(46,68,179); }
H1.HeaderClassName
{
color: #2E44B3;
}
.AnyTagClassName
{
color: #2E44B3;
}
</style>
background-color css
<style>
a { background-color: #2E44B3; }
a { background-color: rgb(46,68,179); }
div.DivClassName
{
background-color: #2E44B3;
}
.BgClassName
{
background-color: #2E44B3;
}
</style>
border-color css
<style>
span { border-color: #2E44B3; }
span { border-color: rgb(46,68,179); }
td.TdClassName
{
border-color: #2E44B3;
}
.TagClassName
{
border-color: #2E44B3;
}
</style>