Shades of Cerulean Blue #2E52CA
Tints of Cerulean Blue #2E52CA
RGB
CMYK
RGB Variations
Color information
#2E52CA (or 0x2E52CA) is known color: Cerulean Blue. HEX triplet: 2E, 52 and CA. RGB value is (46,82,202). Sum of RGB (Red+Green+Blue) = 46+82+202=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E52CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E52CA is #D1AD35. Grayscale: #545454. Windows color (decimal): -13741366 or 13259310. OLE color: 13259310.
HSL color Cylindrical-coordinate representation of color #2E52CA: hue angle of 226.15º 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 #2E52CA is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 82 | 202 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.21 |
| HSL | 226.15º | 0.63% | 0.49% | - |
| HSV(B) | 226.15º | 0.77% | 0.79% | - |
| XYZ | 14.8 | 10.88 | 57.2 | - |
| YUV | 84.92 | 194.07 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 82 | 202 | 0.77 | 0.59 | 0 | 0.21 | 226.15 | 0.63 | 0.49 |
| Hex | 2E | 52 | CA | 4D | 3B | 0 | 15 | E2 | 3F | 31 |
| Octal | 56 | 122 | 312 | 115 | 73 | 0 | 25 | 342 | 77 | 61 |
| Binary | 101110 | 1010010 | 11001010 | 1001101 | 111011 | 0 | 10101 | 11100010 | 111111 | 110001 |
Color Harmonies of #2E52CA
Complementary color
Monochromatic Colors of #2E52CA
Black with #2E52CA
Text Example
Text Example
White with #2E52CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E52CA; }
p { color: rgb(46,82,202); }
H1.HeaderClassName
{
color: #2E52CA;
}
.AnyTagClassName
{
color: #2E52CA;
}
</style>
background-color css
<style>
a { background-color: #2E52CA; }
a { background-color: rgb(46,82,202); }
div.DivClassName
{
background-color: #2E52CA;
}
.BgClassName
{
background-color: #2E52CA;
}
</style>
border-color css
<style>
span { border-color: #2E52CA; }
span { border-color: rgb(46,82,202); }
td.TdClassName
{
border-color: #2E52CA;
}
.TagClassName
{
border-color: #2E52CA;
}
</style>