Shades of Medium Blue #031FD3
Tints of Medium Blue #031FD3
RGB
CMYK
RGB Variations
Color information
#031FD3 (or 0x031FD3) is known color: Medium Blue. HEX triplet: 03, 1F and D3. RGB value is (3,31,211). Sum of RGB (Red+Green+Blue) = 3+31+211=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 211 (82.81% from 255 or 86.12% from 245); Max value from RGB is 211 - color contains mainly: blue. Hex color #031FD3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031FD3 is #FCE02C. Grayscale: #2A2A2A. Windows color (decimal): -16572461 or 13836035. OLE color: 13836035.
HSL color Cylindrical-coordinate representation of color #031FD3: hue angle of 231.92º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031FD3 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 31 | 211 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.17 |
| HSL | 231.92º | 0.97% | 0.42% | - |
| HSV(B) | 231.92º | 0.99% | 0.83% | - |
| XYZ | 12.29 | 5.7 | 62.08 | - |
| YUV | 43.15 | 222.72 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 211 | 0.99 | 0.85 | 0 | 0.17 | 231.92 | 0.97 | 0.42 |
| Hex | 3 | 1F | D3 | 63 | 55 | 0 | 11 | E8 | 61 | 2A |
| Octal | 3 | 37 | 323 | 143 | 125 | 0 | 21 | 350 | 141 | 52 |
| Binary | 11 | 11111 | 11010011 | 1100011 | 1010101 | 0 | 10001 | 11101000 | 1100001 | 101010 |
Color Harmonies of #031FD3
Complementary color
Monochromatic Colors of #031FD3
Black with #031FD3
Text Example
Text Example
White with #031FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031FD3; }
p { color: rgb(3,31,211); }
H1.HeaderClassName
{
color: #031FD3;
}
.AnyTagClassName
{
color: #031FD3;
}
</style>
background-color css
<style>
a { background-color: #031FD3; }
a { background-color: rgb(3,31,211); }
div.DivClassName
{
background-color: #031FD3;
}
.BgClassName
{
background-color: #031FD3;
}
</style>
border-color css
<style>
span { border-color: #031FD3; }
span { border-color: rgb(3,31,211); }
td.TdClassName
{
border-color: #031FD3;
}
.TagClassName
{
border-color: #031FD3;
}
</style>