Shades of Medium Blue #031FDB
Tints of Medium Blue #031FDB
RGB
CMYK
RGB Variations
Color information
#031FDB (or 0x031FDB) is known color: Medium Blue. HEX triplet: 03, 1F and DB. RGB value is (3,31,219). Sum of RGB (Red+Green+Blue) = 3+31+219=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 219 (85.94% from 255 or 86.56% from 253); Max value from RGB is 219 - color contains mainly: blue. Hex color #031FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031FDB is #FCE024. Grayscale: #2B2B2B. Windows color (decimal): -16572453 or 14360323. OLE color: 14360323.
HSL color Cylindrical-coordinate representation of color #031FDB: hue angle of 232.22º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031FDB is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 31 | 219 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.14 |
| HSL | 232.22º | 0.97% | 0.44% | - |
| HSV(B) | 232.22º | 0.99% | 0.86% | - |
| XYZ | 13.31 | 6.11 | 67.5 | - |
| YUV | 44.06 | 226.72 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 219 | 0.99 | 0.86 | 0 | 0.14 | 232.22 | 0.97 | 0.44 |
| Hex | 3 | 1F | DB | 63 | 56 | 0 | E | E8 | 61 | 2C |
| Octal | 3 | 37 | 333 | 143 | 126 | 0 | 16 | 350 | 141 | 54 |
| Binary | 11 | 11111 | 11011011 | 1100011 | 1010110 | 0 | 1110 | 11101000 | 1100001 | 101100 |
Color Harmonies of #031FDB
Complementary color
Monochromatic Colors of #031FDB
Black with #031FDB
Text Example
Text Example
White with #031FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031FDB; }
p { color: rgb(3,31,219); }
H1.HeaderClassName
{
color: #031FDB;
}
.AnyTagClassName
{
color: #031FDB;
}
</style>
background-color css
<style>
a { background-color: #031FDB; }
a { background-color: rgb(3,31,219); }
div.DivClassName
{
background-color: #031FDB;
}
.BgClassName
{
background-color: #031FDB;
}
</style>
border-color css
<style>
span { border-color: #031FDB; }
span { border-color: rgb(3,31,219); }
td.TdClassName
{
border-color: #031FDB;
}
.TagClassName
{
border-color: #031FDB;
}
</style>