Shades of Smalt #033290
Tints of Smalt #033290
RGB
CMYK
RGB Variations
Color information
#033290 (or 0x033290) is known color: Smalt. HEX triplet: 03, 32 and 90. RGB value is (3,50,144). Sum of RGB (Red+Green+Blue) = 3+50+144=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 144 (56.64% from 255 or 73.10% from 197); Max value from RGB is 144 - color contains mainly: blue. Hex color #033290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033290 is #FCCD6F. Grayscale: #2E2E2E. Windows color (decimal): -16567664 or 9449987. OLE color: 9449987.
HSL color Cylindrical-coordinate representation of color #033290: hue angle of 220º 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 #033290 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 50 | 144 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.44 |
| HSL | 220º | 0.96% | 0.29% | - |
| HSV(B) | 220º | 0.98% | 0.56% | - |
| XYZ | 6.21 | 4.31 | 26.89 | - |
| YUV | 46.66 | 182.93 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 144 | 0.98 | 0.65 | 0 | 0.44 | 220 | 0.96 | 0.29 |
| Hex | 3 | 32 | 90 | 62 | 41 | 0 | 2C | DC | 60 | 1D |
| Octal | 3 | 62 | 220 | 142 | 101 | 0 | 54 | 334 | 140 | 35 |
| Binary | 11 | 110010 | 10010000 | 1100010 | 1000001 | 0 | 101100 | 11011100 | 1100000 | 11101 |
Color Harmonies of #033290
Complementary color
Monochromatic Colors of #033290
Black with #033290
Text Example
Text Example
White with #033290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033290; }
p { color: rgb(3,50,144); }
H1.HeaderClassName
{
color: #033290;
}
.AnyTagClassName
{
color: #033290;
}
</style>
background-color css
<style>
a { background-color: #033290; }
a { background-color: rgb(3,50,144); }
div.DivClassName
{
background-color: #033290;
}
.BgClassName
{
background-color: #033290;
}
</style>
border-color css
<style>
span { border-color: #033290; }
span { border-color: rgb(3,50,144); }
td.TdClassName
{
border-color: #033290;
}
.TagClassName
{
border-color: #033290;
}
</style>