Shades of Smalt #033083
Tints of Smalt #033083
RGB
CMYK
RGB Variations
Color information
#033083 (or 0x033083) is known color: Smalt. HEX triplet: 03, 30 and 83. RGB value is (3,48,131). Sum of RGB (Red+Green+Blue) = 3+48+131=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 131 (51.56% from 255 or 71.98% from 182); Max value from RGB is 131 - color contains mainly: blue. Hex color #033083 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033083 is #FCCF7C. Grayscale: #2B2B2B. Windows color (decimal): -16568189 or 8597507. OLE color: 8597507.
HSL color Cylindrical-coordinate representation of color #033083: hue angle of 218.91º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033083 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 48 | 131 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.49 |
| HSL | 218.91º | 0.96% | 0.26% | - |
| HSV(B) | 218.91º | 0.98% | 0.51% | - |
| XYZ | 5.19 | 3.77 | 21.93 | - |
| YUV | 44.01 | 177.09 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 48 | 131 | 0.98 | 0.63 | 0 | 0.49 | 218.91 | 0.96 | 0.26 |
| Hex | 3 | 30 | 83 | 62 | 3F | 0 | 31 | DB | 60 | 1A |
| Octal | 3 | 60 | 203 | 142 | 77 | 0 | 61 | 333 | 140 | 32 |
| Binary | 11 | 110000 | 10000011 | 1100010 | 111111 | 0 | 110001 | 11011011 | 1100000 | 11010 |
Color Harmonies of #033083
Complementary color
Monochromatic Colors of #033083
Black with #033083
Text Example
Text Example
White with #033083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033083; }
p { color: rgb(3,48,131); }
H1.HeaderClassName
{
color: #033083;
}
.AnyTagClassName
{
color: #033083;
}
</style>
background-color css
<style>
a { background-color: #033083; }
a { background-color: rgb(3,48,131); }
div.DivClassName
{
background-color: #033083;
}
.BgClassName
{
background-color: #033083;
}
</style>
border-color css
<style>
span { border-color: #033083; }
span { border-color: rgb(3,48,131); }
td.TdClassName
{
border-color: #033083;
}
.TagClassName
{
border-color: #033083;
}
</style>