Shades of Smalt #031F8F
Tints of Smalt #031F8F
RGB
CMYK
RGB Variations
Color information
#031F8F (or 0x031F8F) is known color: Smalt. HEX triplet: 03, 1F and 8F. RGB value is (3,31,143). Sum of RGB (Red+Green+Blue) = 3+31+143=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 143 (56.25% from 255 or 80.79% from 177); Max value from RGB is 143 - color contains mainly: blue. Hex color #031F8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031F8F is #FCE070. Grayscale: #222222. Windows color (decimal): -16572529 or 9379587. OLE color: 9379587.
HSL color Cylindrical-coordinate representation of color #031F8F: hue angle of 228º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031F8F is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 31 | 143 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.44 |
| HSL | 228º | 0.96% | 0.29% | - |
| HSV(B) | 228º | 0.98% | 0.56% | - |
| XYZ | 5.49 | 2.98 | 26.27 | - |
| YUV | 35.4 | 188.72 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 143 | 0.98 | 0.78 | 0 | 0.44 | 228 | 0.96 | 0.29 |
| Hex | 3 | 1F | 8F | 62 | 4E | 0 | 2C | E4 | 60 | 1D |
| Octal | 3 | 37 | 217 | 142 | 116 | 0 | 54 | 344 | 140 | 35 |
| Binary | 11 | 11111 | 10001111 | 1100010 | 1001110 | 0 | 101100 | 11100100 | 1100000 | 11101 |
Color Harmonies of #031F8F
Complementary color
Monochromatic Colors of #031F8F
Black with #031F8F
Text Example
Text Example
White with #031F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031F8F; }
p { color: rgb(3,31,143); }
H1.HeaderClassName
{
color: #031F8F;
}
.AnyTagClassName
{
color: #031F8F;
}
</style>
background-color css
<style>
a { background-color: #031F8F; }
a { background-color: rgb(3,31,143); }
div.DivClassName
{
background-color: #031F8F;
}
.BgClassName
{
background-color: #031F8F;
}
</style>
border-color css
<style>
span { border-color: #031F8F; }
span { border-color: rgb(3,31,143); }
td.TdClassName
{
border-color: #031F8F;
}
.TagClassName
{
border-color: #031F8F;
}
</style>