Shades of Smalt #031D8D
Tints of Smalt #031D8D
RGB
CMYK
RGB Variations
Color information
#031D8D (or 0x031D8D) is known color: Smalt. HEX triplet: 03, 1D and 8D. RGB value is (3,29,141). Sum of RGB (Red+Green+Blue) = 3+29+141=173 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.73% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 141 (55.47% from 255 or 81.50% from 173); Max value from RGB is 141 - color contains mainly: blue. Hex color #031D8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031D8D is #FCE272. Grayscale: #212121. Windows color (decimal): -16573043 or 9248003. OLE color: 9248003.
HSL color Cylindrical-coordinate representation of color #031D8D: hue angle of 228.7º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031D8D is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 29 | 141 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.45 |
| HSL | 228.7º | 0.96% | 0.28% | - |
| HSV(B) | 228.7º | 0.98% | 0.55% | - |
| XYZ | 5.28 | 2.82 | 25.47 | - |
| YUV | 33.99 | 188.39 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 141 | 0.98 | 0.79 | 0 | 0.45 | 228.7 | 0.96 | 0.28 |
| Hex | 3 | 1D | 8D | 62 | 4F | 0 | 2D | E5 | 60 | 1C |
| Octal | 3 | 35 | 215 | 142 | 117 | 0 | 55 | 345 | 140 | 34 |
| Binary | 11 | 11101 | 10001101 | 1100010 | 1001111 | 0 | 101101 | 11100101 | 1100000 | 11100 |
Color Harmonies of #031D8D
Complementary color
Monochromatic Colors of #031D8D
Black with #031D8D
Text Example
Text Example
White with #031D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031D8D; }
p { color: rgb(3,29,141); }
H1.HeaderClassName
{
color: #031D8D;
}
.AnyTagClassName
{
color: #031D8D;
}
</style>
background-color css
<style>
a { background-color: #031D8D; }
a { background-color: rgb(3,29,141); }
div.DivClassName
{
background-color: #031D8D;
}
.BgClassName
{
background-color: #031D8D;
}
</style>
border-color css
<style>
span { border-color: #031D8D; }
span { border-color: rgb(3,29,141); }
td.TdClassName
{
border-color: #031D8D;
}
.TagClassName
{
border-color: #031D8D;
}
</style>