Shades of Smalt #003595
Tints of Smalt #003595
RGB
CMYK
RGB Variations
Color information
#003595 (or 0x003595) is known color: Smalt. HEX triplet: 00, 35 and 95. RGB value is (0,53,149). Sum of RGB (Red+Green+Blue) = 0+53+149=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 149 (58.59% from 255 or 73.76% from 202); Max value from RGB is 149 - color contains mainly: blue. Hex color #003595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003595 is #FFCA6A. Grayscale: #2F2F2F. Windows color (decimal): -16763499 or 9778432. OLE color: 9778432.
HSL color Cylindrical-coordinate representation of color #003595: hue angle of 218.66º 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 #003595 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 53 | 149 | - |
| CMYK | 1 | 0.64 | 0 | 0.42 |
| HSL | 218.66º | 1% | 0.29% | - |
| HSV(B) | 218.66º | 1% | 0.58% | - |
| XYZ | 6.7 | 4.72 | 28.99 | - |
| YUV | 48.1 | 184.94 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 149 | 1 | 0.64 | 0 | 0.42 | 218.66 | 1 | 0.29 |
| Hex | 0 | 35 | 95 | 64 | 40 | 0 | 2A | DB | 64 | 1D |
| Octal | 0 | 65 | 225 | 144 | 100 | 0 | 52 | 333 | 144 | 35 |
| Binary | 0 | 110101 | 10010101 | 1100100 | 1000000 | 0 | 101010 | 11011011 | 1100100 | 11101 |
Color Harmonies of #003595
Complementary color
Monochromatic Colors of #003595
Black with #003595
Text Example
Text Example
White with #003595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003595; }
p { color: rgb(0,53,149); }
H1.HeaderClassName
{
color: #003595;
}
.AnyTagClassName
{
color: #003595;
}
</style>
background-color css
<style>
a { background-color: #003595; }
a { background-color: rgb(0,53,149); }
div.DivClassName
{
background-color: #003595;
}
.BgClassName
{
background-color: #003595;
}
</style>
border-color css
<style>
span { border-color: #003595; }
span { border-color: rgb(0,53,149); }
td.TdClassName
{
border-color: #003595;
}
.TagClassName
{
border-color: #003595;
}
</style>