Shades of Smalt Blue #375F65
Tints of Smalt Blue #375F65
RGB
CMYK
RGB Variations
Color information
#375F65 (or 0x375F65) is known color: Smalt Blue. HEX triplet: 37, 5F and 65. RGB value is (55,95,101). Sum of RGB (Red+Green+Blue) = 55+95+101=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 101 - color contains mainly: blue. Hex color #375F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375F65 is #C8A09A. Grayscale: #535353. Windows color (decimal): -13148315 or 6643511. OLE color: 6643511.
HSL color Cylindrical-coordinate representation of color #375F65: hue angle of 187.83º 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 #375F65 is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 55 | 95 | 101 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.60 |
| HSL | 187.83º | 0.29% | 0.31% | - |
| HSV(B) | 187.83º | 0.46% | 0.4% | - |
| XYZ | 8.02 | 9.94 | 13.81 | - |
| YUV | 83.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 95 | 101 | 0.46 | 0.06 | 0 | 0.60 | 187.83 | 0.29 | 0.31 |
| Hex | 37 | 5F | 65 | 2E | 6 | 0 | 3C | BC | 1D | 1F |
| Octal | 67 | 137 | 145 | 56 | 6 | 0 | 74 | 274 | 35 | 37 |
| Binary | 110111 | 1011111 | 1100101 | 101110 | 110 | 0 | 111100 | 10111100 | 11101 | 11111 |
Color Harmonies of #375F65
Complementary color
Monochromatic Colors of #375F65
Black with #375F65
Text Example
Text Example
White with #375F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375F65; }
p { color: rgb(55,95,101); }
H1.HeaderClassName
{
color: #375F65;
}
.AnyTagClassName
{
color: #375F65;
}
</style>
background-color css
<style>
a { background-color: #375F65; }
a { background-color: rgb(55,95,101); }
div.DivClassName
{
background-color: #375F65;
}
.BgClassName
{
background-color: #375F65;
}
</style>
border-color css
<style>
span { border-color: #375F65; }
span { border-color: rgb(55,95,101); }
td.TdClassName
{
border-color: #375F65;
}
.TagClassName
{
border-color: #375F65;
}
</style>