Shades of Smalt #033D8E
Tints of Smalt #033D8E
RGB
CMYK
RGB Variations
Color information
#033D8E (or 0x033D8E) is known color: Smalt. HEX triplet: 03, 3D and 8E. RGB value is (3,61,142). Sum of RGB (Red+Green+Blue) = 3+61+142=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 142 (55.86% from 255 or 68.93% from 206); Max value from RGB is 142 - color contains mainly: blue. Hex color #033D8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033D8E is #FCC271. Grayscale: #343434. Windows color (decimal): -16564850 or 9321731. OLE color: 9321731.
HSL color Cylindrical-coordinate representation of color #033D8E: hue angle of 214.96º 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 #033D8E is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 61 | 142 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.44 |
| HSL | 214.96º | 0.96% | 0.28% | - |
| HSV(B) | 214.96º | 0.98% | 0.56% | - |
| XYZ | 6.59 | 5.31 | 26.27 | - |
| YUV | 52.89 | 178.28 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 142 | 0.98 | 0.57 | 0 | 0.44 | 214.96 | 0.96 | 0.28 |
| Hex | 3 | 3D | 8E | 62 | 39 | 0 | 2C | D7 | 60 | 1C |
| Octal | 3 | 75 | 216 | 142 | 71 | 0 | 54 | 327 | 140 | 34 |
| Binary | 11 | 111101 | 10001110 | 1100010 | 111001 | 0 | 101100 | 11010111 | 1100000 | 11100 |
Color Harmonies of #033D8E
Complementary color
Monochromatic Colors of #033D8E
Black with #033D8E
Text Example
Text Example
White with #033D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033D8E; }
p { color: rgb(3,61,142); }
H1.HeaderClassName
{
color: #033D8E;
}
.AnyTagClassName
{
color: #033D8E;
}
</style>
background-color css
<style>
a { background-color: #033D8E; }
a { background-color: rgb(3,61,142); }
div.DivClassName
{
background-color: #033D8E;
}
.BgClassName
{
background-color: #033D8E;
}
</style>
border-color css
<style>
span { border-color: #033D8E; }
span { border-color: rgb(3,61,142); }
td.TdClassName
{
border-color: #033D8E;
}
.TagClassName
{
border-color: #033D8E;
}
</style>