Shades of Smalt #032298
Tints of Smalt #032298
RGB
CMYK
RGB Variations
Color information
#032298 (or 0x032298) is known color: Smalt. HEX triplet: 03, 22 and 98. RGB value is (3,34,152). Sum of RGB (Red+Green+Blue) = 3+34+152=189 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.59% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 152 (59.77% from 255 or 80.42% from 189); Max value from RGB is 152 - color contains mainly: blue. Hex color #032298 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032298 is #FCDD67. Grayscale: #252525. Windows color (decimal): -16571752 or 9970179. OLE color: 9970179.
HSL color Cylindrical-coordinate representation of color #032298: hue angle of 227.52º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032298 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 34 | 152 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.40 |
| HSL | 227.52º | 0.96% | 0.3% | - |
| HSV(B) | 227.52º | 0.98% | 0.6% | - |
| XYZ | 6.28 | 3.43 | 30.04 | - |
| YUV | 38.18 | 192.23 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 152 | 0.98 | 0.78 | 0 | 0.40 | 227.52 | 0.96 | 0.3 |
| Hex | 3 | 22 | 98 | 62 | 4E | 0 | 28 | E4 | 60 | 1E |
| Octal | 3 | 42 | 230 | 142 | 116 | 0 | 50 | 344 | 140 | 36 |
| Binary | 11 | 100010 | 10011000 | 1100010 | 1001110 | 0 | 101000 | 11100100 | 1100000 | 11110 |
Color Harmonies of #032298
Complementary color
Monochromatic Colors of #032298
Black with #032298
Text Example
Text Example
White with #032298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032298; }
p { color: rgb(3,34,152); }
H1.HeaderClassName
{
color: #032298;
}
.AnyTagClassName
{
color: #032298;
}
</style>
background-color css
<style>
a { background-color: #032298; }
a { background-color: rgb(3,34,152); }
div.DivClassName
{
background-color: #032298;
}
.BgClassName
{
background-color: #032298;
}
</style>
border-color css
<style>
span { border-color: #032298; }
span { border-color: rgb(3,34,152); }
td.TdClassName
{
border-color: #032298;
}
.TagClassName
{
border-color: #032298;
}
</style>