Shades of Smalt #033F8E
Tints of Smalt #033F8E
RGB
CMYK
RGB Variations
Color information
#033F8E (or 0x033F8E) is known color: Smalt. HEX triplet: 03, 3F and 8E. RGB value is (3,63,142). Sum of RGB (Red+Green+Blue) = 3+63+142=208 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 142 (55.86% from 255 or 68.27% from 208); Max value from RGB is 142 - color contains mainly: blue. Hex color #033F8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033F8E is #FCC071. Grayscale: #353535. Windows color (decimal): -16564338 or 9322243. OLE color: 9322243.
HSL color Cylindrical-coordinate representation of color #033F8E: hue angle of 214.1º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033F8E is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 63 | 142 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.44 |
| HSL | 214.1º | 0.96% | 0.28% | - |
| HSV(B) | 214.1º | 0.98% | 0.56% | - |
| XYZ | 6.7 | 5.53 | 26.31 | - |
| YUV | 54.07 | 177.62 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 63 | 142 | 0.98 | 0.56 | 0 | 0.44 | 214.1 | 0.96 | 0.28 |
| Hex | 3 | 3F | 8E | 62 | 38 | 0 | 2C | D6 | 60 | 1C |
| Octal | 3 | 77 | 216 | 142 | 70 | 0 | 54 | 326 | 140 | 34 |
| Binary | 11 | 111111 | 10001110 | 1100010 | 111000 | 0 | 101100 | 11010110 | 1100000 | 11100 |
Color Harmonies of #033F8E
Complementary color
Monochromatic Colors of #033F8E
Black with #033F8E
Text Example
Text Example
White with #033F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033F8E; }
p { color: rgb(3,63,142); }
H1.HeaderClassName
{
color: #033F8E;
}
.AnyTagClassName
{
color: #033F8E;
}
</style>
background-color css
<style>
a { background-color: #033F8E; }
a { background-color: rgb(3,63,142); }
div.DivClassName
{
background-color: #033F8E;
}
.BgClassName
{
background-color: #033F8E;
}
</style>
border-color css
<style>
span { border-color: #033F8E; }
span { border-color: rgb(3,63,142); }
td.TdClassName
{
border-color: #033F8E;
}
.TagClassName
{
border-color: #033F8E;
}
</style>