Shades of Smalt #033298
Tints of Smalt #033298
RGB
CMYK
RGB Variations
Color information
#033298 (or 0x033298) is known color: Smalt. HEX triplet: 03, 32 and 98. RGB value is (3,50,152). Sum of RGB (Red+Green+Blue) = 3+50+152=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 152 (59.77% from 255 or 74.15% from 205); Max value from RGB is 152 - color contains mainly: blue. Hex color #033298 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033298 is #FCCD67. Grayscale: #2F2F2F. Windows color (decimal): -16567656 or 9974275. OLE color: 9974275.
HSL color Cylindrical-coordinate representation of color #033298: hue angle of 221.07º 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 #033298 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 50 | 152 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.40 |
| HSL | 221.07º | 0.96% | 0.3% | - |
| HSV(B) | 221.07º | 0.98% | 0.6% | - |
| XYZ | 6.85 | 4.57 | 30.23 | - |
| YUV | 47.58 | 186.93 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 152 | 0.98 | 0.67 | 0 | 0.40 | 221.07 | 0.96 | 0.3 |
| Hex | 3 | 32 | 98 | 62 | 43 | 0 | 28 | DD | 60 | 1E |
| Octal | 3 | 62 | 230 | 142 | 103 | 0 | 50 | 335 | 140 | 36 |
| Binary | 11 | 110010 | 10011000 | 1100010 | 1000011 | 0 | 101000 | 11011101 | 1100000 | 11110 |
Color Harmonies of #033298
Complementary color
Monochromatic Colors of #033298
Black with #033298
Text Example
Text Example
White with #033298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033298; }
p { color: rgb(3,50,152); }
H1.HeaderClassName
{
color: #033298;
}
.AnyTagClassName
{
color: #033298;
}
</style>
background-color css
<style>
a { background-color: #033298; }
a { background-color: rgb(3,50,152); }
div.DivClassName
{
background-color: #033298;
}
.BgClassName
{
background-color: #033298;
}
</style>
border-color css
<style>
span { border-color: #033298; }
span { border-color: rgb(3,50,152); }
td.TdClassName
{
border-color: #033298;
}
.TagClassName
{
border-color: #033298;
}
</style>