Shades of Smalt #003295
Tints of Smalt #003295
RGB
CMYK
RGB Variations
Color information
#003295 (or 0x003295) is known color: Smalt. HEX triplet: 00, 32 and 95. RGB value is (0,50,149). Sum of RGB (Red+Green+Blue) = 0+50+149=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 149 (58.59% from 255 or 74.87% from 199); Max value from RGB is 149 - color contains mainly: blue. Hex color #003295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003295 is #FFCD6A. Grayscale: #2D2D2D. Windows color (decimal): -16764267 or 9777664. OLE color: 9777664.
HSL color Cylindrical-coordinate representation of color #003295: hue angle of 219.87º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003295 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 50 | 149 | - |
| CMYK | 1 | 0.66 | 0 | 0.42 |
| HSL | 219.87º | 1% | 0.29% | - |
| HSV(B) | 219.87º | 1% | 0.58% | - |
| XYZ | 6.57 | 4.45 | 28.95 | - |
| YUV | 46.34 | 185.94 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 149 | 1 | 0.66 | 0 | 0.42 | 219.87 | 1 | 0.29 |
| Hex | 0 | 32 | 95 | 64 | 42 | 0 | 2A | DC | 64 | 1D |
| Octal | 0 | 62 | 225 | 144 | 102 | 0 | 52 | 334 | 144 | 35 |
| Binary | 0 | 110010 | 10010101 | 1100100 | 1000010 | 0 | 101010 | 11011100 | 1100100 | 11101 |
Color Harmonies of #003295
Complementary color
Monochromatic Colors of #003295
Black with #003295
Text Example
Text Example
White with #003295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003295; }
p { color: rgb(0,50,149); }
H1.HeaderClassName
{
color: #003295;
}
.AnyTagClassName
{
color: #003295;
}
</style>
background-color css
<style>
a { background-color: #003295; }
a { background-color: rgb(0,50,149); }
div.DivClassName
{
background-color: #003295;
}
.BgClassName
{
background-color: #003295;
}
</style>
border-color css
<style>
span { border-color: #003295; }
span { border-color: rgb(0,50,149); }
td.TdClassName
{
border-color: #003295;
}
.TagClassName
{
border-color: #003295;
}
</style>