Shades of Cerulean Blue #2E42CA
Tints of Cerulean Blue #2E42CA
RGB
CMYK
RGB Variations
Color information
#2E42CA (or 0x2E42CA) is known color: Cerulean Blue. HEX triplet: 2E, 42 and CA. RGB value is (46,66,202). Sum of RGB (Red+Green+Blue) = 46+66+202=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 202 (79.30% from 255 or 64.33% from 314); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E42CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E42CA is #D1BD35. Grayscale: #4A4A4A. Windows color (decimal): -13745462 or 13255214. OLE color: 13255214.
HSL color Cylindrical-coordinate representation of color #2E42CA: hue angle of 232.31º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E42CA is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 66 | 202 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.21 |
| HSL | 232.31º | 0.63% | 0.49% | - |
| HSV(B) | 232.31º | 0.77% | 0.79% | - |
| XYZ | 13.74 | 8.74 | 56.84 | - |
| YUV | 75.52 | 199.37 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 66 | 202 | 0.77 | 0.67 | 0 | 0.21 | 232.31 | 0.63 | 0.49 |
| Hex | 2E | 42 | CA | 4D | 43 | 0 | 15 | E8 | 3F | 31 |
| Octal | 56 | 102 | 312 | 115 | 103 | 0 | 25 | 350 | 77 | 61 |
| Binary | 101110 | 1000010 | 11001010 | 1001101 | 1000011 | 0 | 10101 | 11101000 | 111111 | 110001 |
Color Harmonies of #2E42CA
Complementary color
Monochromatic Colors of #2E42CA
Black with #2E42CA
Text Example
Text Example
White with #2E42CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E42CA; }
p { color: rgb(46,66,202); }
H1.HeaderClassName
{
color: #2E42CA;
}
.AnyTagClassName
{
color: #2E42CA;
}
</style>
background-color css
<style>
a { background-color: #2E42CA; }
a { background-color: rgb(46,66,202); }
div.DivClassName
{
background-color: #2E42CA;
}
.BgClassName
{
background-color: #2E42CA;
}
</style>
border-color css
<style>
span { border-color: #2E42CA; }
span { border-color: rgb(46,66,202); }
td.TdClassName
{
border-color: #2E42CA;
}
.TagClassName
{
border-color: #2E42CA;
}
</style>