Shades of Blue Dianne #375955
Tints of Blue Dianne #375955
RGB
CMYK
RGB Variations
Color information
#375955 (or 0x375955) is known color: Blue Dianne. HEX triplet: 37, 59 and 55. RGB value is (55,89,85). Sum of RGB (Red+Green+Blue) = 55+89+85=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #375955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375955 is #C8A6AA. Grayscale: #4E4E4E. Windows color (decimal): -13149867 or 5593399. OLE color: 5593399.
HSL color Cylindrical-coordinate representation of color #375955: hue angle of 172.94º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #375955 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 89 | 85 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.65 |
| HSL | 172.94º | 0.24% | 0.28% | - |
| HSV(B) | 172.94º | 0.38% | 0.35% | - |
| XYZ | 6.79 | 8.61 | 9.9 | - |
| YUV | 78.38 | 131.74 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 89 | 85 | 0.38 | 0 | 0.04 | 0.65 | 172.94 | 0.24 | 0.28 |
| Hex | 37 | 59 | 55 | 26 | 0 | 4 | 41 | AD | 18 | 1C |
| Octal | 67 | 131 | 125 | 46 | 0 | 4 | 101 | 255 | 30 | 34 |
| Binary | 110111 | 1011001 | 1010101 | 100110 | 0 | 100 | 1000001 | 10101101 | 11000 | 11100 |
Color Harmonies of #375955
Complementary color
Monochromatic Colors of #375955
Black with #375955
Text Example
Text Example
White with #375955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375955; }
p { color: rgb(55,89,85); }
H1.HeaderClassName
{
color: #375955;
}
.AnyTagClassName
{
color: #375955;
}
</style>
background-color css
<style>
a { background-color: #375955; }
a { background-color: rgb(55,89,85); }
div.DivClassName
{
background-color: #375955;
}
.BgClassName
{
background-color: #375955;
}
</style>
border-color css
<style>
span { border-color: #375955; }
span { border-color: rgb(55,89,85); }
td.TdClassName
{
border-color: #375955;
}
.TagClassName
{
border-color: #375955;
}
</style>