Shades of Smalt Blue #376065
Tints of Smalt Blue #376065
RGB
CMYK
RGB Variations
Color information
#376065 (or 0x376065) is known color: Smalt Blue. HEX triplet: 37, 60 and 65. RGB value is (55,96,101). Sum of RGB (Red+Green+Blue) = 55+96+101=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 101 - color contains mainly: blue. Hex color #376065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376065 is #C89F9A. Grayscale: #545454. Windows color (decimal): -13148059 or 6643767. OLE color: 6643767.
HSL color Cylindrical-coordinate representation of color #376065: hue angle of 186.52º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #376065 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 55 | 96 | 101 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.60 |
| HSL | 186.52º | 0.29% | 0.31% | - |
| HSV(B) | 186.52º | 0.46% | 0.4% | - |
| XYZ | 8.11 | 10.12 | 13.84 | - |
| YUV | 84.31 | 137.42 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 96 | 101 | 0.46 | 0.05 | 0 | 0.60 | 186.52 | 0.29 | 0.31 |
| Hex | 37 | 60 | 65 | 2E | 5 | 0 | 3C | BB | 1D | 1F |
| Octal | 67 | 140 | 145 | 56 | 5 | 0 | 74 | 273 | 35 | 37 |
| Binary | 110111 | 1100000 | 1100101 | 101110 | 101 | 0 | 111100 | 10111011 | 11101 | 11111 |
Color Harmonies of #376065
Complementary color
Monochromatic Colors of #376065
Black with #376065
Text Example
Text Example
White with #376065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376065; }
p { color: rgb(55,96,101); }
H1.HeaderClassName
{
color: #376065;
}
.AnyTagClassName
{
color: #376065;
}
</style>
background-color css
<style>
a { background-color: #376065; }
a { background-color: rgb(55,96,101); }
div.DivClassName
{
background-color: #376065;
}
.BgClassName
{
background-color: #376065;
}
</style>
border-color css
<style>
span { border-color: #376065; }
span { border-color: rgb(55,96,101); }
td.TdClassName
{
border-color: #376065;
}
.TagClassName
{
border-color: #376065;
}
</style>