Shades of Smalt #003892
Tints of Smalt #003892
RGB
CMYK
RGB Variations
Color information
#003892 (or 0x003892) is known color: Smalt. HEX triplet: 00, 38 and 92. RGB value is (0,56,146). Sum of RGB (Red+Green+Blue) = 0+56+146=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 146 (57.42% from 255 or 72.28% from 202); Max value from RGB is 146 - color contains mainly: blue. Hex color #003892 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003892 is #FFC76D. Grayscale: #313131. Windows color (decimal): -16762734 or 9582592. OLE color: 9582592.
HSL color Cylindrical-coordinate representation of color #003892: hue angle of 216.99º 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 #003892 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 56 | 146 | - |
| CMYK | 1 | 0.62 | 0 | 0.43 |
| HSL | 216.99º | 1% | 0.29% | - |
| HSV(B) | 216.99º | 1% | 0.57% | - |
| XYZ | 6.6 | 4.9 | 27.79 | - |
| YUV | 49.52 | 182.45 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 146 | 1 | 0.62 | 0 | 0.43 | 216.99 | 1 | 0.29 |
| Hex | 0 | 38 | 92 | 64 | 3E | 0 | 2B | D9 | 64 | 1D |
| Octal | 0 | 70 | 222 | 144 | 76 | 0 | 53 | 331 | 144 | 35 |
| Binary | 0 | 111000 | 10010010 | 1100100 | 111110 | 0 | 101011 | 11011001 | 1100100 | 11101 |
Color Harmonies of #003892
Complementary color
Monochromatic Colors of #003892
Black with #003892
Text Example
Text Example
White with #003892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003892; }
p { color: rgb(0,56,146); }
H1.HeaderClassName
{
color: #003892;
}
.AnyTagClassName
{
color: #003892;
}
</style>
background-color css
<style>
a { background-color: #003892; }
a { background-color: rgb(0,56,146); }
div.DivClassName
{
background-color: #003892;
}
.BgClassName
{
background-color: #003892;
}
</style>
border-color css
<style>
span { border-color: #003892; }
span { border-color: rgb(0,56,146); }
td.TdClassName
{
border-color: #003892;
}
.TagClassName
{
border-color: #003892;
}
</style>