Shades of Medium Blue #2E03BA
Tints of Medium Blue #2E03BA
RGB
CMYK
RGB Variations
Color information
#2E03BA (or 0x2E03BA) is known color: Medium Blue. HEX triplet: 2E, 03 and BA. RGB value is (46,3,186). Sum of RGB (Red+Green+Blue) = 46+3+186=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 186 (73.05% from 255 or 79.15% from 235); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E03BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E03BA is #D1FC45. Grayscale: #242424. Windows color (decimal): -13761606 or 12190510. OLE color: 12190510.
HSL color Cylindrical-coordinate representation of color #2E03BA: hue angle of 254.1º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E03BA is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 3 | 186 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.27 |
| HSL | 254.1º | 0.97% | 0.37% | - |
| HSV(B) | 254.1º | 0.98% | 0.73% | - |
| XYZ | 10.02 | 4.19 | 46.74 | - |
| YUV | 36.72 | 212.25 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 3 | 186 | 0.75 | 0.98 | 0 | 0.27 | 254.1 | 0.97 | 0.37 |
| Hex | 2E | 3 | BA | 4B | 62 | 0 | 1B | FE | 61 | 25 |
| Octal | 56 | 3 | 272 | 113 | 142 | 0 | 33 | 376 | 141 | 45 |
| Binary | 101110 | 11 | 10111010 | 1001011 | 1100010 | 0 | 11011 | 11111110 | 1100001 | 100101 |
Color Harmonies of #2E03BA
Complementary color
Monochromatic Colors of #2E03BA
Black with #2E03BA
Text Example
Text Example
White with #2E03BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E03BA; }
p { color: rgb(46,3,186); }
H1.HeaderClassName
{
color: #2E03BA;
}
.AnyTagClassName
{
color: #2E03BA;
}
</style>
background-color css
<style>
a { background-color: #2E03BA; }
a { background-color: rgb(46,3,186); }
div.DivClassName
{
background-color: #2E03BA;
}
.BgClassName
{
background-color: #2E03BA;
}
</style>
border-color css
<style>
span { border-color: #2E03BA; }
span { border-color: rgb(46,3,186); }
td.TdClassName
{
border-color: #2E03BA;
}
.TagClassName
{
border-color: #2E03BA;
}
</style>