Shades of Smalt #032292
Tints of Smalt #032292
RGB
CMYK
RGB Variations
Color information
#032292 (or 0x032292) is known color: Smalt. HEX triplet: 03, 22 and 92. RGB value is (3,34,146). Sum of RGB (Red+Green+Blue) = 3+34+146=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 146 (57.42% from 255 or 79.78% from 183); Max value from RGB is 146 - color contains mainly: blue. Hex color #032292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032292 is #FCDD6D. Grayscale: #252525. Windows color (decimal): -16571758 or 9576963. OLE color: 9576963.
HSL color Cylindrical-coordinate representation of color #032292: hue angle of 226.99º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032292 is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 34 | 146 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.43 |
| HSL | 226.99º | 0.96% | 0.29% | - |
| HSV(B) | 226.99º | 0.98% | 0.57% | - |
| XYZ | 5.8 | 3.24 | 27.51 | - |
| YUV | 37.5 | 189.23 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 146 | 0.98 | 0.77 | 0 | 0.43 | 226.99 | 0.96 | 0.29 |
| Hex | 3 | 22 | 92 | 62 | 4D | 0 | 2B | E3 | 60 | 1D |
| Octal | 3 | 42 | 222 | 142 | 115 | 0 | 53 | 343 | 140 | 35 |
| Binary | 11 | 100010 | 10010010 | 1100010 | 1001101 | 0 | 101011 | 11100011 | 1100000 | 11101 |
Color Harmonies of #032292
Complementary color
Monochromatic Colors of #032292
Black with #032292
Text Example
Text Example
White with #032292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032292; }
p { color: rgb(3,34,146); }
H1.HeaderClassName
{
color: #032292;
}
.AnyTagClassName
{
color: #032292;
}
</style>
background-color css
<style>
a { background-color: #032292; }
a { background-color: rgb(3,34,146); }
div.DivClassName
{
background-color: #032292;
}
.BgClassName
{
background-color: #032292;
}
</style>
border-color css
<style>
span { border-color: #032292; }
span { border-color: rgb(3,34,146); }
td.TdClassName
{
border-color: #032292;
}
.TagClassName
{
border-color: #032292;
}
</style>