Shades of Cerulean Blue #2E43D5
Tints of Cerulean Blue #2E43D5
RGB
CMYK
RGB Variations
Color information
#2E43D5 (or 0x2E43D5) is known color: Cerulean Blue. HEX triplet: 2E, 43 and D5. RGB value is (46,67,213). Sum of RGB (Red+Green+Blue) = 46+67+213=326 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.11% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 213 (83.59% from 255 or 65.34% from 326); Max value from RGB is 213 - color contains mainly: blue. Hex color #2E43D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E43D5 is #D1BC2A. Grayscale: #4C4C4C. Windows color (decimal): -13745195 or 13976366. OLE color: 13976366.
HSL color Cylindrical-coordinate representation of color #2E43D5: hue angle of 232.46º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E43D5 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 67 | 213 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.16 |
| HSL | 232.46º | 0.67% | 0.51% | - |
| HSV(B) | 232.46º | 0.78% | 0.84% | - |
| XYZ | 15.14 | 9.4 | 63.97 | - |
| YUV | 77.37 | 204.54 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 67 | 213 | 0.78 | 0.69 | 0 | 0.16 | 232.46 | 0.67 | 0.51 |
| Hex | 2E | 43 | D5 | 4E | 45 | 0 | 10 | E8 | 43 | 33 |
| Octal | 56 | 103 | 325 | 116 | 105 | 0 | 20 | 350 | 103 | 63 |
| Binary | 101110 | 1000011 | 11010101 | 1001110 | 1000101 | 0 | 10000 | 11101000 | 1000011 | 110011 |
Color Harmonies of #2E43D5
Complementary color
Monochromatic Colors of #2E43D5
Black with #2E43D5
Text Example
Text Example
White with #2E43D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E43D5; }
p { color: rgb(46,67,213); }
H1.HeaderClassName
{
color: #2E43D5;
}
.AnyTagClassName
{
color: #2E43D5;
}
</style>
background-color css
<style>
a { background-color: #2E43D5; }
a { background-color: rgb(46,67,213); }
div.DivClassName
{
background-color: #2E43D5;
}
.BgClassName
{
background-color: #2E43D5;
}
</style>
border-color css
<style>
span { border-color: #2E43D5; }
span { border-color: rgb(46,67,213); }
td.TdClassName
{
border-color: #2E43D5;
}
.TagClassName
{
border-color: #2E43D5;
}
</style>