Shades of Medium Blue #031AE5
Tints of Medium Blue #031AE5
RGB
CMYK
RGB Variations
Color information
#031AE5 (or 0x031AE5) is known color: Medium Blue. HEX triplet: 03, 1A and E5. RGB value is (3,26,229). Sum of RGB (Red+Green+Blue) = 3+26+229=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 229 (89.84% from 255 or 88.76% from 258); Max value from RGB is 229 - color contains mainly: blue. Hex color #031AE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031AE5 is #FCE51A. Grayscale: #292929. Windows color (decimal): -16573723 or 15014403. OLE color: 15014403.
HSL color Cylindrical-coordinate representation of color #031AE5: hue angle of 233.89º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031AE5 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 26 | 229 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.10 |
| HSL | 233.89º | 0.97% | 0.45% | - |
| HSV(B) | 233.89º | 0.99% | 0.9% | - |
| XYZ | 14.55 | 6.42 | 74.6 | - |
| YUV | 42.27 | 233.38 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 229 | 0.99 | 0.89 | 0 | 0.10 | 233.89 | 0.97 | 0.45 |
| Hex | 3 | 1A | E5 | 63 | 59 | 0 | A | EA | 61 | 2D |
| Octal | 3 | 32 | 345 | 143 | 131 | 0 | 12 | 352 | 141 | 55 |
| Binary | 11 | 11010 | 11100101 | 1100011 | 1011001 | 0 | 1010 | 11101010 | 1100001 | 101101 |
Color Harmonies of #031AE5
Complementary color
Monochromatic Colors of #031AE5
Black with #031AE5
Text Example
Text Example
White with #031AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031AE5; }
p { color: rgb(3,26,229); }
H1.HeaderClassName
{
color: #031AE5;
}
.AnyTagClassName
{
color: #031AE5;
}
</style>
background-color css
<style>
a { background-color: #031AE5; }
a { background-color: rgb(3,26,229); }
div.DivClassName
{
background-color: #031AE5;
}
.BgClassName
{
background-color: #031AE5;
}
</style>
border-color css
<style>
span { border-color: #031AE5; }
span { border-color: rgb(3,26,229); }
td.TdClassName
{
border-color: #031AE5;
}
.TagClassName
{
border-color: #031AE5;
}
</style>