Shades of Smalt #033098
Tints of Smalt #033098
RGB
CMYK
RGB Variations
Color information
#033098 (or 0x033098) is known color: Smalt. HEX triplet: 03, 30 and 98. RGB value is (3,48,152). Sum of RGB (Red+Green+Blue) = 3+48+152=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 152 (59.77% from 255 or 74.88% from 203); Max value from RGB is 152 - color contains mainly: blue. Hex color #033098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033098 is #FCCF67. Grayscale: #2D2D2D. Windows color (decimal): -16568168 or 9973763. OLE color: 9973763.
HSL color Cylindrical-coordinate representation of color #033098: hue angle of 221.88º 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 #033098 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 48 | 152 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.40 |
| HSL | 221.88º | 0.96% | 0.3% | - |
| HSV(B) | 221.88º | 0.98% | 0.6% | - |
| XYZ | 6.76 | 4.4 | 30.2 | - |
| YUV | 46.4 | 187.59 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 48 | 152 | 0.98 | 0.68 | 0 | 0.40 | 221.88 | 0.96 | 0.3 |
| Hex | 3 | 30 | 98 | 62 | 44 | 0 | 28 | DE | 60 | 1E |
| Octal | 3 | 60 | 230 | 142 | 104 | 0 | 50 | 336 | 140 | 36 |
| Binary | 11 | 110000 | 10011000 | 1100010 | 1000100 | 0 | 101000 | 11011110 | 1100000 | 11110 |
Color Harmonies of #033098
Complementary color
Monochromatic Colors of #033098
Black with #033098
Text Example
Text Example
White with #033098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033098; }
p { color: rgb(3,48,152); }
H1.HeaderClassName
{
color: #033098;
}
.AnyTagClassName
{
color: #033098;
}
</style>
background-color css
<style>
a { background-color: #033098; }
a { background-color: rgb(3,48,152); }
div.DivClassName
{
background-color: #033098;
}
.BgClassName
{
background-color: #033098;
}
</style>
border-color css
<style>
span { border-color: #033098; }
span { border-color: rgb(3,48,152); }
td.TdClassName
{
border-color: #033098;
}
.TagClassName
{
border-color: #033098;
}
</style>