Shades of Smalt #003787
Tints of Smalt #003787
RGB
CMYK
RGB Variations
Color information
#003787 (or 0x003787) is known color: Smalt. HEX triplet: 00, 37 and 87. RGB value is (0,55,135). Sum of RGB (Red+Green+Blue) = 0+55+135=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 135 (53.12% from 255 or 71.05% from 190); Max value from RGB is 135 - color contains mainly: blue. Hex color #003787 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003787 is #FFC878. Grayscale: #2F2F2F. Windows color (decimal): -16763001 or 8861440. OLE color: 8861440.
HSL color Cylindrical-coordinate representation of color #003787: hue angle of 215.56º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003787 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 55 | 135 | - |
| CMYK | 1 | 0.59 | 0 | 0.47 |
| HSL | 215.56º | 1% | 0.26% | - |
| HSV(B) | 215.56º | 1% | 0.53% | - |
| XYZ | 5.74 | 4.48 | 23.48 | - |
| YUV | 47.68 | 177.28 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 55 | 135 | 1 | 0.59 | 0 | 0.47 | 215.56 | 1 | 0.26 |
| Hex | 0 | 37 | 87 | 64 | 3B | 0 | 2F | D8 | 64 | 1A |
| Octal | 0 | 67 | 207 | 144 | 73 | 0 | 57 | 330 | 144 | 32 |
| Binary | 0 | 110111 | 10000111 | 1100100 | 111011 | 0 | 101111 | 11011000 | 1100100 | 11010 |
Color Harmonies of #003787
Complementary color
Monochromatic Colors of #003787
Black with #003787
Text Example
Text Example
White with #003787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003787; }
p { color: rgb(0,55,135); }
H1.HeaderClassName
{
color: #003787;
}
.AnyTagClassName
{
color: #003787;
}
</style>
background-color css
<style>
a { background-color: #003787; }
a { background-color: rgb(0,55,135); }
div.DivClassName
{
background-color: #003787;
}
.BgClassName
{
background-color: #003787;
}
</style>
border-color css
<style>
span { border-color: #003787; }
span { border-color: rgb(0,55,135); }
td.TdClassName
{
border-color: #003787;
}
.TagClassName
{
border-color: #003787;
}
</style>