Shades of Smalt #003791
Tints of Smalt #003791
RGB
CMYK
RGB Variations
Color information
#003791 (or 0x003791) is known color: Smalt. HEX triplet: 00, 37 and 91. RGB value is (0,55,145). Sum of RGB (Red+Green+Blue) = 0+55+145=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 145 (57.03% from 255 or 72.5% from 200); Max value from RGB is 145 - color contains mainly: blue. Hex color #003791 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003791 is #FFC86E. Grayscale: #303030. Windows color (decimal): -16762991 or 9516800. OLE color: 9516800.
HSL color Cylindrical-coordinate representation of color #003791: hue angle of 217.24º 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 #003791 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 55 | 145 | - |
| CMYK | 1 | 0.62 | 0 | 0.43 |
| HSL | 217.24º | 1% | 0.28% | - |
| HSV(B) | 217.24º | 1% | 0.57% | - |
| XYZ | 6.48 | 4.78 | 27.37 | - |
| YUV | 48.82 | 182.28 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 55 | 145 | 1 | 0.62 | 0 | 0.43 | 217.24 | 1 | 0.28 |
| Hex | 0 | 37 | 91 | 64 | 3E | 0 | 2B | D9 | 64 | 1C |
| Octal | 0 | 67 | 221 | 144 | 76 | 0 | 53 | 331 | 144 | 34 |
| Binary | 0 | 110111 | 10010001 | 1100100 | 111110 | 0 | 101011 | 11011001 | 1100100 | 11100 |
Color Harmonies of #003791
Complementary color
Monochromatic Colors of #003791
Black with #003791
Text Example
Text Example
White with #003791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003791; }
p { color: rgb(0,55,145); }
H1.HeaderClassName
{
color: #003791;
}
.AnyTagClassName
{
color: #003791;
}
</style>
background-color css
<style>
a { background-color: #003791; }
a { background-color: rgb(0,55,145); }
div.DivClassName
{
background-color: #003791;
}
.BgClassName
{
background-color: #003791;
}
</style>
border-color css
<style>
span { border-color: #003791; }
span { border-color: rgb(0,55,145); }
td.TdClassName
{
border-color: #003791;
}
.TagClassName
{
border-color: #003791;
}
</style>