Shades of Smalt #033695
Tints of Smalt #033695
RGB
CMYK
RGB Variations
Color information
#033695 (or 0x033695) is known color: Smalt. HEX triplet: 03, 36 and 95. RGB value is (3,54,149). Sum of RGB (Red+Green+Blue) = 3+54+149=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 149 (58.59% from 255 or 72.33% from 206); Max value from RGB is 149 - color contains mainly: blue. Hex color #033695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033695 is #FCC96A. Grayscale: #313131. Windows color (decimal): -16566635 or 9778691. OLE color: 9778691.
HSL color Cylindrical-coordinate representation of color #033695: hue angle of 219.04º 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 #033695 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 54 | 149 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.42 |
| HSL | 219.04º | 0.96% | 0.3% | - |
| HSV(B) | 219.04º | 0.98% | 0.58% | - |
| XYZ | 6.78 | 4.83 | 29.01 | - |
| YUV | 49.58 | 184.1 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 54 | 149 | 0.98 | 0.64 | 0 | 0.42 | 219.04 | 0.96 | 0.3 |
| Hex | 3 | 36 | 95 | 62 | 40 | 0 | 2A | DB | 60 | 1E |
| Octal | 3 | 66 | 225 | 142 | 100 | 0 | 52 | 333 | 140 | 36 |
| Binary | 11 | 110110 | 10010101 | 1100010 | 1000000 | 0 | 101010 | 11011011 | 1100000 | 11110 |
Color Harmonies of #033695
Complementary color
Monochromatic Colors of #033695
Black with #033695
Text Example
Text Example
White with #033695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033695; }
p { color: rgb(3,54,149); }
H1.HeaderClassName
{
color: #033695;
}
.AnyTagClassName
{
color: #033695;
}
</style>
background-color css
<style>
a { background-color: #033695; }
a { background-color: rgb(3,54,149); }
div.DivClassName
{
background-color: #033695;
}
.BgClassName
{
background-color: #033695;
}
</style>
border-color css
<style>
span { border-color: #033695; }
span { border-color: rgb(3,54,149); }
td.TdClassName
{
border-color: #033695;
}
.TagClassName
{
border-color: #033695;
}
</style>