Shades of Smalt #031C95
Tints of Smalt #031C95
RGB
CMYK
RGB Variations
Color information
#031C95 (or 0x031C95) is known color: Smalt. HEX triplet: 03, 1C and 95. RGB value is (3,28,149). Sum of RGB (Red+Green+Blue) = 3+28+149=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 149 (58.59% from 255 or 82.78% from 180); Max value from RGB is 149 - color contains mainly: blue. Hex color #031C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031C95 is #FCE36A. Grayscale: #212121. Windows color (decimal): -16573291 or 9772035. OLE color: 9772035.
HSL color Cylindrical-coordinate representation of color #031C95: hue angle of 229.73º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031C95 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 28 | 149 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.42 |
| HSL | 229.73º | 0.96% | 0.3% | - |
| HSV(B) | 229.73º | 0.98% | 0.58% | - |
| XYZ | 5.88 | 3.02 | 28.71 | - |
| YUV | 34.32 | 192.72 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 149 | 0.98 | 0.81 | 0 | 0.42 | 229.73 | 0.96 | 0.3 |
| Hex | 3 | 1C | 95 | 62 | 51 | 0 | 2A | E6 | 60 | 1E |
| Octal | 3 | 34 | 225 | 142 | 121 | 0 | 52 | 346 | 140 | 36 |
| Binary | 11 | 11100 | 10010101 | 1100010 | 1010001 | 0 | 101010 | 11100110 | 1100000 | 11110 |
Color Harmonies of #031C95
Complementary color
Monochromatic Colors of #031C95
Black with #031C95
Text Example
Text Example
White with #031C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C95; }
p { color: rgb(3,28,149); }
H1.HeaderClassName
{
color: #031C95;
}
.AnyTagClassName
{
color: #031C95;
}
</style>
background-color css
<style>
a { background-color: #031C95; }
a { background-color: rgb(3,28,149); }
div.DivClassName
{
background-color: #031C95;
}
.BgClassName
{
background-color: #031C95;
}
</style>
border-color css
<style>
span { border-color: #031C95; }
span { border-color: rgb(3,28,149); }
td.TdClassName
{
border-color: #031C95;
}
.TagClassName
{
border-color: #031C95;
}
</style>