Shades of Smalt #033495
Tints of Smalt #033495
RGB
CMYK
RGB Variations
Color information
#033495 (or 0x033495) is known color: Smalt. HEX triplet: 03, 34 and 95. RGB value is (3,52,149). Sum of RGB (Red+Green+Blue) = 3+52+149=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 149 (58.59% from 255 or 73.04% from 204); Max value from RGB is 149 - color contains mainly: blue. Hex color #033495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033495 is #FCCB6A. Grayscale: #2F2F2F. Windows color (decimal): -16567147 or 9778179. OLE color: 9778179.
HSL color Cylindrical-coordinate representation of color #033495: hue angle of 219.86º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033495 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 52 | 149 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.42 |
| HSL | 219.86º | 0.96% | 0.3% | - |
| HSV(B) | 219.86º | 0.98% | 0.58% | - |
| XYZ | 6.69 | 4.65 | 28.98 | - |
| YUV | 48.41 | 184.77 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 52 | 149 | 0.98 | 0.65 | 0 | 0.42 | 219.86 | 0.96 | 0.3 |
| Hex | 3 | 34 | 95 | 62 | 41 | 0 | 2A | DC | 60 | 1E |
| Octal | 3 | 64 | 225 | 142 | 101 | 0 | 52 | 334 | 140 | 36 |
| Binary | 11 | 110100 | 10010101 | 1100010 | 1000001 | 0 | 101010 | 11011100 | 1100000 | 11110 |
Color Harmonies of #033495
Complementary color
Monochromatic Colors of #033495
Black with #033495
Text Example
Text Example
White with #033495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033495; }
p { color: rgb(3,52,149); }
H1.HeaderClassName
{
color: #033495;
}
.AnyTagClassName
{
color: #033495;
}
</style>
background-color css
<style>
a { background-color: #033495; }
a { background-color: rgb(3,52,149); }
div.DivClassName
{
background-color: #033495;
}
.BgClassName
{
background-color: #033495;
}
</style>
border-color css
<style>
span { border-color: #033495; }
span { border-color: rgb(3,52,149); }
td.TdClassName
{
border-color: #033495;
}
.TagClassName
{
border-color: #033495;
}
</style>