Shades of Smalt #033090
Tints of Smalt #033090
RGB
CMYK
RGB Variations
Color information
#033090 (or 0x033090) is known color: Smalt. HEX triplet: 03, 30 and 90. RGB value is (3,48,144). Sum of RGB (Red+Green+Blue) = 3+48+144=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 144 (56.64% from 255 or 73.85% from 195); Max value from RGB is 144 - color contains mainly: blue. Hex color #033090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033090 is #FCCF6F. Grayscale: #2D2D2D. Windows color (decimal): -16568176 or 9449475. OLE color: 9449475.
HSL color Cylindrical-coordinate representation of color #033090: hue angle of 220.85º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033090 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 48 | 144 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.44 |
| HSL | 220.85º | 0.96% | 0.29% | - |
| HSV(B) | 220.85º | 0.98% | 0.56% | - |
| XYZ | 6.13 | 4.15 | 26.86 | - |
| YUV | 45.49 | 183.59 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 48 | 144 | 0.98 | 0.67 | 0 | 0.44 | 220.85 | 0.96 | 0.29 |
| Hex | 3 | 30 | 90 | 62 | 43 | 0 | 2C | DD | 60 | 1D |
| Octal | 3 | 60 | 220 | 142 | 103 | 0 | 54 | 335 | 140 | 35 |
| Binary | 11 | 110000 | 10010000 | 1100010 | 1000011 | 0 | 101100 | 11011101 | 1100000 | 11101 |
Color Harmonies of #033090
Complementary color
Monochromatic Colors of #033090
Black with #033090
Text Example
Text Example
White with #033090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033090; }
p { color: rgb(3,48,144); }
H1.HeaderClassName
{
color: #033090;
}
.AnyTagClassName
{
color: #033090;
}
</style>
background-color css
<style>
a { background-color: #033090; }
a { background-color: rgb(3,48,144); }
div.DivClassName
{
background-color: #033090;
}
.BgClassName
{
background-color: #033090;
}
</style>
border-color css
<style>
span { border-color: #033090; }
span { border-color: rgb(3,48,144); }
td.TdClassName
{
border-color: #033090;
}
.TagClassName
{
border-color: #033090;
}
</style>