Shades of Medium Blue #031EE3
Tints of Medium Blue #031EE3
RGB
CMYK
RGB Variations
Color information
#031EE3 (or 0x031EE3) is known color: Medium Blue. HEX triplet: 03, 1E and E3. RGB value is (3,30,227). Sum of RGB (Red+Green+Blue) = 3+30+227=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 227 (89.06% from 255 or 87.31% from 260); Max value from RGB is 227 - color contains mainly: blue. Hex color #031EE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031EE3 is #FCE11C. Grayscale: #2B2B2B. Windows color (decimal): -16572701 or 14884355. OLE color: 14884355.
HSL color Cylindrical-coordinate representation of color #031EE3: hue angle of 232.77º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031EE3 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 3 | 30 | 227 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.11 |
| HSL | 232.77º | 0.97% | 0.45% | - |
| HSV(B) | 232.77º | 0.99% | 0.89% | - |
| XYZ | 14.37 | 6.49 | 73.17 | - |
| YUV | 44.39 | 231.05 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 227 | 0.99 | 0.87 | 0 | 0.11 | 232.77 | 0.97 | 0.45 |
| Hex | 3 | 1E | E3 | 63 | 57 | 0 | B | E9 | 61 | 2D |
| Octal | 3 | 36 | 343 | 143 | 127 | 0 | 13 | 351 | 141 | 55 |
| Binary | 11 | 11110 | 11100011 | 1100011 | 1010111 | 0 | 1011 | 11101001 | 1100001 | 101101 |
Color Harmonies of #031EE3
Complementary color
Monochromatic Colors of #031EE3
Black with #031EE3
Text Example
Text Example
White with #031EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031EE3; }
p { color: rgb(3,30,227); }
H1.HeaderClassName
{
color: #031EE3;
}
.AnyTagClassName
{
color: #031EE3;
}
</style>
background-color css
<style>
a { background-color: #031EE3; }
a { background-color: rgb(3,30,227); }
div.DivClassName
{
background-color: #031EE3;
}
.BgClassName
{
background-color: #031EE3;
}
</style>
border-color css
<style>
span { border-color: #031EE3; }
span { border-color: rgb(3,30,227); }
td.TdClassName
{
border-color: #031EE3;
}
.TagClassName
{
border-color: #031EE3;
}
</style>