Shades of Smalt #031E8A
Tints of Smalt #031E8A
RGB
CMYK
RGB Variations
Color information
#031E8A (or 0x031E8A) is known color: Smalt. HEX triplet: 03, 1E and 8A. RGB value is (3,30,138). Sum of RGB (Red+Green+Blue) = 3+30+138=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 138 (54.30% from 255 or 80.70% from 171); Max value from RGB is 138 - color contains mainly: blue. Hex color #031E8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031E8A is #FCE175. Grayscale: #212121. Windows color (decimal): -16572790 or 9051651. OLE color: 9051651.
HSL color Cylindrical-coordinate representation of color #031E8A: hue angle of 228º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031E8A is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 30 | 138 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.46 |
| HSL | 228º | 0.96% | 0.28% | - |
| HSV(B) | 228º | 0.98% | 0.54% | - |
| XYZ | 5.09 | 2.78 | 24.31 | - |
| YUV | 34.24 | 186.55 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 138 | 0.98 | 0.78 | 0 | 0.46 | 228 | 0.96 | 0.28 |
| Hex | 3 | 1E | 8A | 62 | 4E | 0 | 2E | E4 | 60 | 1C |
| Octal | 3 | 36 | 212 | 142 | 116 | 0 | 56 | 344 | 140 | 34 |
| Binary | 11 | 11110 | 10001010 | 1100010 | 1001110 | 0 | 101110 | 11100100 | 1100000 | 11100 |
Color Harmonies of #031E8A
Complementary color
Monochromatic Colors of #031E8A
Black with #031E8A
Text Example
Text Example
White with #031E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031E8A; }
p { color: rgb(3,30,138); }
H1.HeaderClassName
{
color: #031E8A;
}
.AnyTagClassName
{
color: #031E8A;
}
</style>
background-color css
<style>
a { background-color: #031E8A; }
a { background-color: rgb(3,30,138); }
div.DivClassName
{
background-color: #031E8A;
}
.BgClassName
{
background-color: #031E8A;
}
</style>
border-color css
<style>
span { border-color: #031E8A; }
span { border-color: rgb(3,30,138); }
td.TdClassName
{
border-color: #031E8A;
}
.TagClassName
{
border-color: #031E8A;
}
</style>