Shades of Medium Blue #2E0CBD
Tints of Medium Blue #2E0CBD
RGB
CMYK
RGB Variations
Color information
#2E0CBD (or 0x2E0CBD) is known color: Medium Blue. HEX triplet: 2E, 0C and BD. RGB value is (46,12,189). Sum of RGB (Red+Green+Blue) = 46+12+189=247 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.62% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 189 (74.22% from 255 or 76.52% from 247); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E0CBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E0CBD is #D1F342. Grayscale: #292929. Windows color (decimal): -13759299 or 12389422. OLE color: 12389422.
HSL color Cylindrical-coordinate representation of color #2E0CBD: hue angle of 251.53º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E0CBD is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 12 | 189 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.26 |
| HSL | 251.53º | 0.88% | 0.39% | - |
| HSV(B) | 251.53º | 0.94% | 0.74% | - |
| XYZ | 10.44 | 4.52 | 48.47 | - |
| YUV | 42.34 | 210.76 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 12 | 189 | 0.76 | 0.94 | 0 | 0.26 | 251.53 | 0.88 | 0.39 |
| Hex | 2E | C | BD | 4C | 5E | 0 | 1A | FC | 58 | 27 |
| Octal | 56 | 14 | 275 | 114 | 136 | 0 | 32 | 374 | 130 | 47 |
| Binary | 101110 | 1100 | 10111101 | 1001100 | 1011110 | 0 | 11010 | 11111100 | 1011000 | 100111 |
Color Harmonies of #2E0CBD
Complementary color
Monochromatic Colors of #2E0CBD
Black with #2E0CBD
Text Example
Text Example
White with #2E0CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0CBD; }
p { color: rgb(46,12,189); }
H1.HeaderClassName
{
color: #2E0CBD;
}
.AnyTagClassName
{
color: #2E0CBD;
}
</style>
background-color css
<style>
a { background-color: #2E0CBD; }
a { background-color: rgb(46,12,189); }
div.DivClassName
{
background-color: #2E0CBD;
}
.BgClassName
{
background-color: #2E0CBD;
}
</style>
border-color css
<style>
span { border-color: #2E0CBD; }
span { border-color: rgb(46,12,189); }
td.TdClassName
{
border-color: #2E0CBD;
}
.TagClassName
{
border-color: #2E0CBD;
}
</style>