Shades of Smalt #033084
Tints of Smalt #033084
RGB
CMYK
RGB Variations
Color information
#033084 (or 0x033084) is known color: Smalt. HEX triplet: 03, 30 and 84. RGB value is (3,48,132). Sum of RGB (Red+Green+Blue) = 3+48+132=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 132 (51.95% from 255 or 72.13% from 183); Max value from RGB is 132 - color contains mainly: blue. Hex color #033084 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033084 is #FCCF7B. Grayscale: #2B2B2B. Windows color (decimal): -16568188 or 8663043. OLE color: 8663043.
HSL color Cylindrical-coordinate representation of color #033084: hue angle of 219.07º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033084 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 48 | 132 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.48 |
| HSL | 219.07º | 0.96% | 0.26% | - |
| HSV(B) | 219.07º | 0.98% | 0.52% | - |
| XYZ | 5.26 | 3.8 | 22.29 | - |
| YUV | 44.12 | 177.59 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 48 | 132 | 0.98 | 0.64 | 0 | 0.48 | 219.07 | 0.96 | 0.26 |
| Hex | 3 | 30 | 84 | 62 | 40 | 0 | 30 | DB | 60 | 1A |
| Octal | 3 | 60 | 204 | 142 | 100 | 0 | 60 | 333 | 140 | 32 |
| Binary | 11 | 110000 | 10000100 | 1100010 | 1000000 | 0 | 110000 | 11011011 | 1100000 | 11010 |
Color Harmonies of #033084
Complementary color
Monochromatic Colors of #033084
Black with #033084
Text Example
Text Example
White with #033084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033084; }
p { color: rgb(3,48,132); }
H1.HeaderClassName
{
color: #033084;
}
.AnyTagClassName
{
color: #033084;
}
</style>
background-color css
<style>
a { background-color: #033084; }
a { background-color: rgb(3,48,132); }
div.DivClassName
{
background-color: #033084;
}
.BgClassName
{
background-color: #033084;
}
</style>
border-color css
<style>
span { border-color: #033084; }
span { border-color: rgb(3,48,132); }
td.TdClassName
{
border-color: #033084;
}
.TagClassName
{
border-color: #033084;
}
</style>