Shades of Smalt #00329E
Tints of Smalt #00329E
RGB
CMYK
RGB Variations
Color information
#00329E (or 0x00329E) is known color: Smalt. HEX triplet: 00, 32 and 9E. RGB value is (0,50,158). Sum of RGB (Red+Green+Blue) = 0+50+158=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 158 (62.11% from 255 or 75.96% from 208); Max value from RGB is 158 - color contains mainly: blue. Hex color #00329E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00329E is #FFCD61. Grayscale: #2E2E2E. Windows color (decimal): -16764258 or 10367488. OLE color: 10367488.
HSL color Cylindrical-coordinate representation of color #00329E: hue angle of 221.01º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00329E is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 50 | 158 | - |
| CMYK | 1 | 0.68 | 0 | 0.38 |
| HSL | 221.01º | 1% | 0.31% | - |
| HSV(B) | 221.01º | 1% | 0.62% | - |
| XYZ | 7.31 | 4.75 | 32.88 | - |
| YUV | 47.36 | 190.44 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 158 | 1 | 0.68 | 0 | 0.38 | 221.01 | 1 | 0.31 |
| Hex | 0 | 32 | 9E | 64 | 44 | 0 | 26 | DD | 64 | 1F |
| Octal | 0 | 62 | 236 | 144 | 104 | 0 | 46 | 335 | 144 | 37 |
| Binary | 0 | 110010 | 10011110 | 1100100 | 1000100 | 0 | 100110 | 11011101 | 1100100 | 11111 |
Color Harmonies of #00329E
Complementary color
Monochromatic Colors of #00329E
Black with #00329E
Text Example
Text Example
White with #00329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00329E; }
p { color: rgb(0,50,158); }
H1.HeaderClassName
{
color: #00329E;
}
.AnyTagClassName
{
color: #00329E;
}
</style>
background-color css
<style>
a { background-color: #00329E; }
a { background-color: rgb(0,50,158); }
div.DivClassName
{
background-color: #00329E;
}
.BgClassName
{
background-color: #00329E;
}
</style>
border-color css
<style>
span { border-color: #00329E; }
span { border-color: rgb(0,50,158); }
td.TdClassName
{
border-color: #00329E;
}
.TagClassName
{
border-color: #00329E;
}
</style>