Shades of Medium Blue #2E0DCA
Tints of Medium Blue #2E0DCA
RGB
CMYK
RGB Variations
Color information
#2E0DCA (or 0x2E0DCA) is known color: Medium Blue. HEX triplet: 2E, 0D and CA. RGB value is (46,13,202). Sum of RGB (Red+Green+Blue) = 46+13+202=261 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.62% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 202 (79.30% from 255 or 77.39% from 261); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E0DCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E0DCA is #D1F235. Grayscale: #2B2B2B. Windows color (decimal): -13759030 or 13241646. OLE color: 13241646.
HSL color Cylindrical-coordinate representation of color #2E0DCA: hue angle of 250.48º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E0DCA is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 13 | 202 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.21 |
| HSL | 250.48º | 0.88% | 0.42% | - |
| HSV(B) | 250.48º | 0.94% | 0.79% | - |
| XYZ | 11.93 | 5.13 | 56.24 | - |
| YUV | 44.41 | 216.93 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 13 | 202 | 0.77 | 0.94 | 0 | 0.21 | 250.48 | 0.88 | 0.42 |
| Hex | 2E | D | CA | 4D | 5E | 0 | 15 | FA | 58 | 2A |
| Octal | 56 | 15 | 312 | 115 | 136 | 0 | 25 | 372 | 130 | 52 |
| Binary | 101110 | 1101 | 11001010 | 1001101 | 1011110 | 0 | 10101 | 11111010 | 1011000 | 101010 |
Color Harmonies of #2E0DCA
Complementary color
Monochromatic Colors of #2E0DCA
Black with #2E0DCA
Text Example
Text Example
White with #2E0DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0DCA; }
p { color: rgb(46,13,202); }
H1.HeaderClassName
{
color: #2E0DCA;
}
.AnyTagClassName
{
color: #2E0DCA;
}
</style>
background-color css
<style>
a { background-color: #2E0DCA; }
a { background-color: rgb(46,13,202); }
div.DivClassName
{
background-color: #2E0DCA;
}
.BgClassName
{
background-color: #2E0DCA;
}
</style>
border-color css
<style>
span { border-color: #2E0DCA; }
span { border-color: rgb(46,13,202); }
td.TdClassName
{
border-color: #2E0DCA;
}
.TagClassName
{
border-color: #2E0DCA;
}
</style>