Shades of Medium Blue #2E04CE
Tints of Medium Blue #2E04CE
RGB
CMYK
RGB Variations
Color information
#2E04CE (or 0x2E04CE) is known color: Medium Blue. HEX triplet: 2E, 04 and CE. RGB value is (46,4,206). Sum of RGB (Red+Green+Blue) = 46+4+206=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 206 (80.86% from 255 or 80.47% from 256); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E04CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E04CE is #D1FB31. Grayscale: #262626. Windows color (decimal): -13761330 or 13501486. OLE color: 13501486.
HSL color Cylindrical-coordinate representation of color #2E04CE: hue angle of 252.48º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E04CE is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 4 | 206 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.19 |
| HSL | 252.48º | 0.96% | 0.41% | - |
| HSV(B) | 252.48º | 0.98% | 0.81% | - |
| XYZ | 12.31 | 5.12 | 58.73 | - |
| YUV | 39.59 | 221.91 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 4 | 206 | 0.78 | 0.98 | 0 | 0.19 | 252.48 | 0.96 | 0.41 |
| Hex | 2E | 4 | CE | 4E | 62 | 0 | 13 | FC | 60 | 29 |
| Octal | 56 | 4 | 316 | 116 | 142 | 0 | 23 | 374 | 140 | 51 |
| Binary | 101110 | 100 | 11001110 | 1001110 | 1100010 | 0 | 10011 | 11111100 | 1100000 | 101001 |
Color Harmonies of #2E04CE
Complementary color
Monochromatic Colors of #2E04CE
Black with #2E04CE
Text Example
Text Example
White with #2E04CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E04CE; }
p { color: rgb(46,4,206); }
H1.HeaderClassName
{
color: #2E04CE;
}
.AnyTagClassName
{
color: #2E04CE;
}
</style>
background-color css
<style>
a { background-color: #2E04CE; }
a { background-color: rgb(46,4,206); }
div.DivClassName
{
background-color: #2E04CE;
}
.BgClassName
{
background-color: #2E04CE;
}
</style>
border-color css
<style>
span { border-color: #2E04CE; }
span { border-color: rgb(46,4,206); }
td.TdClassName
{
border-color: #2E04CE;
}
.TagClassName
{
border-color: #2E04CE;
}
</style>