Shades of Cerulean Blue #2E5CCD
Tints of Cerulean Blue #2E5CCD
RGB
CMYK
RGB Variations
Color information
#2E5CCD (or 0x2E5CCD) is known color: Cerulean Blue. HEX triplet: 2E, 5C and CD. RGB value is (46,92,205). Sum of RGB (Red+Green+Blue) = 46+92+205=343 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.41% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #2E5CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5CCD is #D1A332. Grayscale: #5A5A5A. Windows color (decimal): -13738803 or 13458478. OLE color: 13458478.
HSL color Cylindrical-coordinate representation of color #2E5CCD: hue angle of 222.64º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E5CCD is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 92 | 205 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.20 |
| HSL | 222.64º | 0.63% | 0.49% | - |
| HSV(B) | 222.64º | 0.78% | 0.8% | - |
| XYZ | 15.97 | 12.64 | 59.36 | - |
| YUV | 91.13 | 192.26 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 92 | 205 | 0.78 | 0.55 | 0 | 0.20 | 222.64 | 0.63 | 0.49 |
| Hex | 2E | 5C | CD | 4E | 37 | 0 | 14 | DF | 3F | 31 |
| Octal | 56 | 134 | 315 | 116 | 67 | 0 | 24 | 337 | 77 | 61 |
| Binary | 101110 | 1011100 | 11001101 | 1001110 | 110111 | 0 | 10100 | 11011111 | 111111 | 110001 |
Color Harmonies of #2E5CCD
Complementary color
Monochromatic Colors of #2E5CCD
Black with #2E5CCD
Text Example
Text Example
White with #2E5CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5CCD; }
p { color: rgb(46,92,205); }
H1.HeaderClassName
{
color: #2E5CCD;
}
.AnyTagClassName
{
color: #2E5CCD;
}
</style>
background-color css
<style>
a { background-color: #2E5CCD; }
a { background-color: rgb(46,92,205); }
div.DivClassName
{
background-color: #2E5CCD;
}
.BgClassName
{
background-color: #2E5CCD;
}
</style>
border-color css
<style>
span { border-color: #2E5CCD; }
span { border-color: rgb(46,92,205); }
td.TdClassName
{
border-color: #2E5CCD;
}
.TagClassName
{
border-color: #2E5CCD;
}
</style>