Shades of Medium Blue #2E03BE
Tints of Medium Blue #2E03BE
RGB
CMYK
RGB Variations
Color information
#2E03BE (or 0x2E03BE) is known color: Medium Blue. HEX triplet: 2E, 03 and BE. RGB value is (46,3,190). Sum of RGB (Red+Green+Blue) = 46+3+190=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 190 (74.61% from 255 or 79.50% from 239); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E03BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E03BE is #D1FC41. Grayscale: #242424. Windows color (decimal): -13761602 or 12452654. OLE color: 12452654.
HSL color Cylindrical-coordinate representation of color #2E03BE: hue angle of 253.8º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E03BE is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 3 | 190 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.25 |
| HSL | 253.8º | 0.97% | 0.38% | - |
| HSV(B) | 253.8º | 0.98% | 0.75% | - |
| XYZ | 10.45 | 4.36 | 49.01 | - |
| YUV | 37.18 | 214.25 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 3 | 190 | 0.76 | 0.98 | 0 | 0.25 | 253.8 | 0.97 | 0.38 |
| Hex | 2E | 3 | BE | 4C | 62 | 0 | 19 | FE | 61 | 26 |
| Octal | 56 | 3 | 276 | 114 | 142 | 0 | 31 | 376 | 141 | 46 |
| Binary | 101110 | 11 | 10111110 | 1001100 | 1100010 | 0 | 11001 | 11111110 | 1100001 | 100110 |
Color Harmonies of #2E03BE
Complementary color
Monochromatic Colors of #2E03BE
Black with #2E03BE
Text Example
Text Example
White with #2E03BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E03BE; }
p { color: rgb(46,3,190); }
H1.HeaderClassName
{
color: #2E03BE;
}
.AnyTagClassName
{
color: #2E03BE;
}
</style>
background-color css
<style>
a { background-color: #2E03BE; }
a { background-color: rgb(46,3,190); }
div.DivClassName
{
background-color: #2E03BE;
}
.BgClassName
{
background-color: #2E03BE;
}
</style>
border-color css
<style>
span { border-color: #2E03BE; }
span { border-color: rgb(46,3,190); }
td.TdClassName
{
border-color: #2E03BE;
}
.TagClassName
{
border-color: #2E03BE;
}
</style>