Shades of Smalt #033698
Tints of Smalt #033698
RGB
CMYK
RGB Variations
Color information
#033698 (or 0x033698) is known color: Smalt. HEX triplet: 03, 36 and 98. RGB value is (3,54,152). Sum of RGB (Red+Green+Blue) = 3+54+152=209 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 152 (59.77% from 255 or 72.73% from 209); Max value from RGB is 152 - color contains mainly: blue. Hex color #033698 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033698 is #FCC967. Grayscale: #313131. Windows color (decimal): -16566632 or 9975299. OLE color: 9975299.
HSL color Cylindrical-coordinate representation of color #033698: hue angle of 219.46º 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 #033698 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 54 | 152 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.40 |
| HSL | 219.46º | 0.96% | 0.3% | - |
| HSV(B) | 219.46º | 0.98% | 0.6% | - |
| XYZ | 7.02 | 4.92 | 30.29 | - |
| YUV | 49.92 | 185.6 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 54 | 152 | 0.98 | 0.64 | 0 | 0.40 | 219.46 | 0.96 | 0.3 |
| Hex | 3 | 36 | 98 | 62 | 40 | 0 | 28 | DB | 60 | 1E |
| Octal | 3 | 66 | 230 | 142 | 100 | 0 | 50 | 333 | 140 | 36 |
| Binary | 11 | 110110 | 10011000 | 1100010 | 1000000 | 0 | 101000 | 11011011 | 1100000 | 11110 |
Color Harmonies of #033698
Complementary color
Monochromatic Colors of #033698
Black with #033698
Text Example
Text Example
White with #033698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033698; }
p { color: rgb(3,54,152); }
H1.HeaderClassName
{
color: #033698;
}
.AnyTagClassName
{
color: #033698;
}
</style>
background-color css
<style>
a { background-color: #033698; }
a { background-color: rgb(3,54,152); }
div.DivClassName
{
background-color: #033698;
}
.BgClassName
{
background-color: #033698;
}
</style>
border-color css
<style>
span { border-color: #033698; }
span { border-color: rgb(3,54,152); }
td.TdClassName
{
border-color: #033698;
}
.TagClassName
{
border-color: #033698;
}
</style>