Shades of Smalt #003A92
Tints of Smalt #003A92
RGB
CMYK
RGB Variations
Color information
#003A92 (or 0x003A92) is known color: Smalt. HEX triplet: 00, 3A and 92. RGB value is (0,58,146). Sum of RGB (Red+Green+Blue) = 0+58+146=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 146 (57.42% from 255 or 71.57% from 204); Max value from RGB is 146 - color contains mainly: blue. Hex color #003A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003A92 is #FFC56D. Grayscale: #323232. Windows color (decimal): -16762222 or 9583104. OLE color: 9583104.
HSL color Cylindrical-coordinate representation of color #003A92: hue angle of 216.16º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A92 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 58 | 146 | - |
| CMYK | 1 | 0.60 | 0 | 0.43 |
| HSL | 216.16º | 1% | 0.29% | - |
| HSV(B) | 216.16º | 1% | 0.57% | - |
| XYZ | 6.7 | 5.1 | 27.83 | - |
| YUV | 50.69 | 181.78 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 146 | 1 | 0.60 | 0 | 0.43 | 216.16 | 1 | 0.29 |
| Hex | 0 | 3A | 92 | 64 | 3C | 0 | 2B | D8 | 64 | 1D |
| Octal | 0 | 72 | 222 | 144 | 74 | 0 | 53 | 330 | 144 | 35 |
| Binary | 0 | 111010 | 10010010 | 1100100 | 111100 | 0 | 101011 | 11011000 | 1100100 | 11101 |
Color Harmonies of #003A92
Complementary color
Monochromatic Colors of #003A92
Black with #003A92
Text Example
Text Example
White with #003A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003A92; }
p { color: rgb(0,58,146); }
H1.HeaderClassName
{
color: #003A92;
}
.AnyTagClassName
{
color: #003A92;
}
</style>
background-color css
<style>
a { background-color: #003A92; }
a { background-color: rgb(0,58,146); }
div.DivClassName
{
background-color: #003A92;
}
.BgClassName
{
background-color: #003A92;
}
</style>
border-color css
<style>
span { border-color: #003A92; }
span { border-color: rgb(0,58,146); }
td.TdClassName
{
border-color: #003A92;
}
.TagClassName
{
border-color: #003A92;
}
</style>