Shades of Cerulean Blue #2E41CC
Tints of Cerulean Blue #2E41CC
RGB
CMYK
RGB Variations
Color information
#2E41CC (or 0x2E41CC) is known color: Cerulean Blue. HEX triplet: 2E, 41 and CC. RGB value is (46,65,204). Sum of RGB (Red+Green+Blue) = 46+65+204=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #2E41CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E41CC is #D1BE33. Grayscale: #4A4A4A. Windows color (decimal): -13745716 or 13386030. OLE color: 13386030.
HSL color Cylindrical-coordinate representation of color #2E41CC: hue angle of 232.78º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E41CC is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 65 | 204 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.2 |
| HSL | 232.78º | 0.63% | 0.49% | - |
| HSV(B) | 232.78º | 0.77% | 0.8% | - |
| XYZ | 13.92 | 8.72 | 58.08 | - |
| YUV | 75.17 | 200.71 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 65 | 204 | 0.77 | 0.68 | 0 | 0.2 | 232.78 | 0.63 | 0.49 |
| Hex | 2E | 41 | CC | 4D | 44 | 0 | 14 | E9 | 3F | 31 |
| Octal | 56 | 101 | 314 | 115 | 104 | 0 | 24 | 351 | 77 | 61 |
| Binary | 101110 | 1000001 | 11001100 | 1001101 | 1000100 | 0 | 10100 | 11101001 | 111111 | 110001 |
Color Harmonies of #2E41CC
Complementary color
Monochromatic Colors of #2E41CC
Black with #2E41CC
Text Example
Text Example
White with #2E41CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E41CC; }
p { color: rgb(46,65,204); }
H1.HeaderClassName
{
color: #2E41CC;
}
.AnyTagClassName
{
color: #2E41CC;
}
</style>
background-color css
<style>
a { background-color: #2E41CC; }
a { background-color: rgb(46,65,204); }
div.DivClassName
{
background-color: #2E41CC;
}
.BgClassName
{
background-color: #2E41CC;
}
</style>
border-color css
<style>
span { border-color: #2E41CC; }
span { border-color: rgb(46,65,204); }
td.TdClassName
{
border-color: #2E41CC;
}
.TagClassName
{
border-color: #2E41CC;
}
</style>