Shades of Medium Blue #031ECF
Tints of Medium Blue #031ECF
RGB
CMYK
RGB Variations
Color information
#031ECF (or 0x031ECF) is known color: Medium Blue. HEX triplet: 03, 1E and CF. RGB value is (3,30,207). Sum of RGB (Red+Green+Blue) = 3+30+207=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 207 (81.25% from 255 or 86.25% from 240); Max value from RGB is 207 - color contains mainly: blue. Hex color #031ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031ECF is #FCE130. Grayscale: #292929. Windows color (decimal): -16572721 or 13573635. OLE color: 13573635.
HSL color Cylindrical-coordinate representation of color #031ECF: hue angle of 232.06º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031ECF is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 30 | 207 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.19 |
| HSL | 232.06º | 0.97% | 0.41% | - |
| HSV(B) | 232.06º | 0.99% | 0.81% | - |
| XYZ | 11.76 | 5.45 | 59.46 | - |
| YUV | 42.11 | 221.05 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 207 | 0.99 | 0.86 | 0 | 0.19 | 232.06 | 0.97 | 0.41 |
| Hex | 3 | 1E | CF | 63 | 56 | 0 | 13 | E8 | 61 | 29 |
| Octal | 3 | 36 | 317 | 143 | 126 | 0 | 23 | 350 | 141 | 51 |
| Binary | 11 | 11110 | 11001111 | 1100011 | 1010110 | 0 | 10011 | 11101000 | 1100001 | 101001 |
Color Harmonies of #031ECF
Complementary color
Monochromatic Colors of #031ECF
Black with #031ECF
Text Example
Text Example
White with #031ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031ECF; }
p { color: rgb(3,30,207); }
H1.HeaderClassName
{
color: #031ECF;
}
.AnyTagClassName
{
color: #031ECF;
}
</style>
background-color css
<style>
a { background-color: #031ECF; }
a { background-color: rgb(3,30,207); }
div.DivClassName
{
background-color: #031ECF;
}
.BgClassName
{
background-color: #031ECF;
}
</style>
border-color css
<style>
span { border-color: #031ECF; }
span { border-color: rgb(3,30,207); }
td.TdClassName
{
border-color: #031ECF;
}
.TagClassName
{
border-color: #031ECF;
}
</style>