Shades of Smalt #02329D
Tints of Smalt #02329D
RGB
CMYK
RGB Variations
Color information
#02329D (or 0x02329D) is known color: Smalt. HEX triplet: 02, 32 and 9D. RGB value is (2,50,157). Sum of RGB (Red+Green+Blue) = 2+50+157=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 157 (61.72% from 255 or 75.12% from 209); Max value from RGB is 157 - color contains mainly: blue. Hex color #02329D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02329D is #FDCD62. Grayscale: #2F2F2F. Windows color (decimal): -16633187 or 10301954. OLE color: 10301954.
HSL color Cylindrical-coordinate representation of color #02329D: hue angle of 221.42º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02329D is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 50 | 157 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.38 |
| HSL | 221.42º | 0.97% | 0.31% | - |
| HSV(B) | 221.42º | 0.99% | 0.62% | - |
| XYZ | 7.25 | 4.73 | 32.43 | - |
| YUV | 47.85 | 189.6 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 157 | 0.99 | 0.68 | 0 | 0.38 | 221.42 | 0.97 | 0.31 |
| Hex | 2 | 32 | 9D | 63 | 44 | 0 | 26 | DD | 61 | 1F |
| Octal | 2 | 62 | 235 | 143 | 104 | 0 | 46 | 335 | 141 | 37 |
| Binary | 10 | 110010 | 10011101 | 1100011 | 1000100 | 0 | 100110 | 11011101 | 1100001 | 11111 |
Color Harmonies of #02329D
Complementary color
Monochromatic Colors of #02329D
Black with #02329D
Text Example
Text Example
White with #02329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02329D; }
p { color: rgb(2,50,157); }
H1.HeaderClassName
{
color: #02329D;
}
.AnyTagClassName
{
color: #02329D;
}
</style>
background-color css
<style>
a { background-color: #02329D; }
a { background-color: rgb(2,50,157); }
div.DivClassName
{
background-color: #02329D;
}
.BgClassName
{
background-color: #02329D;
}
</style>
border-color css
<style>
span { border-color: #02329D; }
span { border-color: rgb(2,50,157); }
td.TdClassName
{
border-color: #02329D;
}
.TagClassName
{
border-color: #02329D;
}
</style>