Shades of Blue Dianne #375750
Tints of Blue Dianne #375750
RGB
CMYK
RGB Variations
Color information
#375750 (or 0x375750) is known color: Blue Dianne. HEX triplet: 37, 57 and 50. RGB value is (55,87,80). Sum of RGB (Red+Green+Blue) = 55+87+80=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 87 - color contains mainly: green. Hex color #375750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375750 is #C8A8AF. Grayscale: #4C4C4C. Windows color (decimal): -13150384 or 5265207. OLE color: 5265207.
HSL color Cylindrical-coordinate representation of color #375750: hue angle of 166.88º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #375750 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 55 | 87 | 80 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.66 |
| HSL | 166.88º | 0.23% | 0.28% | - |
| HSV(B) | 166.88º | 0.37% | 0.34% | - |
| XYZ | 6.43 | 8.21 | 8.83 | - |
| YUV | 76.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 87 | 80 | 0.37 | 0 | 0.08 | 0.66 | 166.88 | 0.23 | 0.28 |
| Hex | 37 | 57 | 50 | 25 | 0 | 8 | 42 | A7 | 17 | 1C |
| Octal | 67 | 127 | 120 | 45 | 0 | 10 | 102 | 247 | 27 | 34 |
| Binary | 110111 | 1010111 | 1010000 | 100101 | 0 | 1000 | 1000010 | 10100111 | 10111 | 11100 |
Color Harmonies of #375750
Complementary color
Monochromatic Colors of #375750
Black with #375750
Text Example
Text Example
White with #375750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375750; }
p { color: rgb(55,87,80); }
H1.HeaderClassName
{
color: #375750;
}
.AnyTagClassName
{
color: #375750;
}
</style>
background-color css
<style>
a { background-color: #375750; }
a { background-color: rgb(55,87,80); }
div.DivClassName
{
background-color: #375750;
}
.BgClassName
{
background-color: #375750;
}
</style>
border-color css
<style>
span { border-color: #375750; }
span { border-color: rgb(55,87,80); }
td.TdClassName
{
border-color: #375750;
}
.TagClassName
{
border-color: #375750;
}
</style>