Shades of Smalt #003591
Tints of Smalt #003591
RGB
CMYK
RGB Variations
Color information
#003591 (or 0x003591) is known color: Smalt. HEX triplet: 00, 35 and 91. RGB value is (0,53,145). Sum of RGB (Red+Green+Blue) = 0+53+145=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 145 (57.03% from 255 or 73.23% from 198); Max value from RGB is 145 - color contains mainly: blue. Hex color #003591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003591 is #FFCA6E. Grayscale: #2F2F2F. Windows color (decimal): -16763503 or 9516288. OLE color: 9516288.
HSL color Cylindrical-coordinate representation of color #003591: hue angle of 218.07º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003591 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 53 | 145 | - |
| CMYK | 1 | 0.63 | 0 | 0.43 |
| HSL | 218.07º | 1% | 0.28% | - |
| HSV(B) | 218.07º | 1% | 0.57% | - |
| XYZ | 6.38 | 4.59 | 27.34 | - |
| YUV | 47.64 | 182.94 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 145 | 1 | 0.63 | 0 | 0.43 | 218.07 | 1 | 0.28 |
| Hex | 0 | 35 | 91 | 64 | 3F | 0 | 2B | DA | 64 | 1C |
| Octal | 0 | 65 | 221 | 144 | 77 | 0 | 53 | 332 | 144 | 34 |
| Binary | 0 | 110101 | 10010001 | 1100100 | 111111 | 0 | 101011 | 11011010 | 1100100 | 11100 |
Color Harmonies of #003591
Complementary color
Monochromatic Colors of #003591
Black with #003591
Text Example
Text Example
White with #003591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003591; }
p { color: rgb(0,53,145); }
H1.HeaderClassName
{
color: #003591;
}
.AnyTagClassName
{
color: #003591;
}
</style>
background-color css
<style>
a { background-color: #003591; }
a { background-color: rgb(0,53,145); }
div.DivClassName
{
background-color: #003591;
}
.BgClassName
{
background-color: #003591;
}
</style>
border-color css
<style>
span { border-color: #003591; }
span { border-color: rgb(0,53,145); }
td.TdClassName
{
border-color: #003591;
}
.TagClassName
{
border-color: #003591;
}
</style>