Shades of Cerulean Blue #2E43CC
Tints of Cerulean Blue #2E43CC
RGB
CMYK
RGB Variations
Color information
#2E43CC (or 0x2E43CC) is known color: Cerulean Blue. HEX triplet: 2E, 43 and CC. RGB value is (46,67,204). Sum of RGB (Red+Green+Blue) = 46+67+204=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #2E43CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E43CC is #D1BC33. Grayscale: #4B4B4B. Windows color (decimal): -13745204 or 13386542. OLE color: 13386542.
HSL color Cylindrical-coordinate representation of color #2E43CC: hue angle of 232.03º 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 #2E43CC is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 67 | 204 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.2 |
| HSL | 232.03º | 0.63% | 0.49% | - |
| HSV(B) | 232.03º | 0.77% | 0.8% | - |
| XYZ | 14.03 | 8.95 | 58.12 | - |
| YUV | 76.34 | 200.04 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 67 | 204 | 0.77 | 0.67 | 0 | 0.2 | 232.03 | 0.63 | 0.49 |
| Hex | 2E | 43 | CC | 4D | 43 | 0 | 14 | E8 | 3F | 31 |
| Octal | 56 | 103 | 314 | 115 | 103 | 0 | 24 | 350 | 77 | 61 |
| Binary | 101110 | 1000011 | 11001100 | 1001101 | 1000011 | 0 | 10100 | 11101000 | 111111 | 110001 |
Color Harmonies of #2E43CC
Complementary color
Monochromatic Colors of #2E43CC
Black with #2E43CC
Text Example
Text Example
White with #2E43CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E43CC; }
p { color: rgb(46,67,204); }
H1.HeaderClassName
{
color: #2E43CC;
}
.AnyTagClassName
{
color: #2E43CC;
}
</style>
background-color css
<style>
a { background-color: #2E43CC; }
a { background-color: rgb(46,67,204); }
div.DivClassName
{
background-color: #2E43CC;
}
.BgClassName
{
background-color: #2E43CC;
}
</style>
border-color css
<style>
span { border-color: #2E43CC; }
span { border-color: rgb(46,67,204); }
td.TdClassName
{
border-color: #2E43CC;
}
.TagClassName
{
border-color: #2E43CC;
}
</style>