Shades of Smalt #003691
Tints of Smalt #003691
RGB
CMYK
RGB Variations
Color information
#003691 (or 0x003691) is known color: Smalt. HEX triplet: 00, 36 and 91. RGB value is (0,54,145). Sum of RGB (Red+Green+Blue) = 0+54+145=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 145 (57.03% from 255 or 72.86% from 199); Max value from RGB is 145 - color contains mainly: blue. Hex color #003691 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003691 is #FFC96E. Grayscale: #2F2F2F. Windows color (decimal): -16763247 or 9516544. OLE color: 9516544.
HSL color Cylindrical-coordinate representation of color #003691: hue angle of 217.66º 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 #003691 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 54 | 145 | - |
| CMYK | 1 | 0.63 | 0 | 0.43 |
| HSL | 217.66º | 1% | 0.28% | - |
| HSV(B) | 217.66º | 1% | 0.57% | - |
| XYZ | 6.43 | 4.68 | 27.35 | - |
| YUV | 48.23 | 182.61 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 145 | 1 | 0.63 | 0 | 0.43 | 217.66 | 1 | 0.28 |
| Hex | 0 | 36 | 91 | 64 | 3F | 0 | 2B | DA | 64 | 1C |
| Octal | 0 | 66 | 221 | 144 | 77 | 0 | 53 | 332 | 144 | 34 |
| Binary | 0 | 110110 | 10010001 | 1100100 | 111111 | 0 | 101011 | 11011010 | 1100100 | 11100 |
Color Harmonies of #003691
Complementary color
Monochromatic Colors of #003691
Black with #003691
Text Example
Text Example
White with #003691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003691; }
p { color: rgb(0,54,145); }
H1.HeaderClassName
{
color: #003691;
}
.AnyTagClassName
{
color: #003691;
}
</style>
background-color css
<style>
a { background-color: #003691; }
a { background-color: rgb(0,54,145); }
div.DivClassName
{
background-color: #003691;
}
.BgClassName
{
background-color: #003691;
}
</style>
border-color css
<style>
span { border-color: #003691; }
span { border-color: rgb(0,54,145); }
td.TdClassName
{
border-color: #003691;
}
.TagClassName
{
border-color: #003691;
}
</style>