Shades of Blue #031FF6
Tints of Blue #031FF6
RGB
CMYK
RGB Variations
Color information
#031FF6 (or 0x031FF6) is known color: Blue. HEX triplet: 03, 1F and F6. RGB value is (3,31,246). Sum of RGB (Red+Green+Blue) = 3+31+246=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 246 (96.48% from 255 or 87.86% from 280); Max value from RGB is 246 - color contains mainly: blue. Hex color #031FF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031FF6 is #FCE009. Grayscale: #2E2E2E. Windows color (decimal): -16572426 or 16129795. OLE color: 16129795.
HSL color Cylindrical-coordinate representation of color #031FF6: hue angle of 233.09º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031FF6 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 31 | 246 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.04 |
| HSL | 233.09º | 0.98% | 0.49% | - |
| HSV(B) | 233.09º | 0.99% | 0.96% | - |
| XYZ | 17.16 | 7.65 | 87.76 | - |
| YUV | 47.14 | 240.22 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 246 | 0.99 | 0.87 | 0 | 0.04 | 233.09 | 0.98 | 0.49 |
| Hex | 3 | 1F | F6 | 63 | 57 | 0 | 4 | E9 | 62 | 31 |
| Octal | 3 | 37 | 366 | 143 | 127 | 0 | 4 | 351 | 142 | 61 |
| Binary | 11 | 11111 | 11110110 | 1100011 | 1010111 | 0 | 100 | 11101001 | 1100010 | 110001 |
Color Harmonies of #031FF6
Complementary color
Monochromatic Colors of #031FF6
Black with #031FF6
Text Example
Text Example
White with #031FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031FF6; }
p { color: rgb(3,31,246); }
H1.HeaderClassName
{
color: #031FF6;
}
.AnyTagClassName
{
color: #031FF6;
}
</style>
background-color css
<style>
a { background-color: #031FF6; }
a { background-color: rgb(3,31,246); }
div.DivClassName
{
background-color: #031FF6;
}
.BgClassName
{
background-color: #031FF6;
}
</style>
border-color css
<style>
span { border-color: #031FF6; }
span { border-color: rgb(3,31,246); }
td.TdClassName
{
border-color: #031FF6;
}
.TagClassName
{
border-color: #031FF6;
}
</style>