Shades of Blue Dianne #375C55
Tints of Blue Dianne #375C55
RGB
CMYK
RGB Variations
Color information
#375C55 (or 0x375C55) is known color: Blue Dianne. HEX triplet: 37, 5C and 55. RGB value is (55,92,85). Sum of RGB (Red+Green+Blue) = 55+92+85=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 92 - color contains mainly: green. Hex color #375C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375C55 is #C8A3AA. Grayscale: #505050. Windows color (decimal): -13149099 or 5594167. OLE color: 5594167.
HSL color Cylindrical-coordinate representation of color #375C55: hue angle of 168.65º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #375C55 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 92 | 85 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.64 |
| HSL | 168.65º | 0.25% | 0.29% | - |
| HSV(B) | 168.65º | 0.4% | 0.36% | - |
| XYZ | 7.04 | 9.12 | 9.98 | - |
| YUV | 80.14 | 130.74 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 85 | 0.40 | 0 | 0.08 | 0.64 | 168.65 | 0.25 | 0.29 |
| Hex | 37 | 5C | 55 | 28 | 0 | 8 | 40 | A9 | 19 | 1D |
| Octal | 67 | 134 | 125 | 50 | 0 | 10 | 100 | 251 | 31 | 35 |
| Binary | 110111 | 1011100 | 1010101 | 101000 | 0 | 1000 | 1000000 | 10101001 | 11001 | 11101 |
Color Harmonies of #375C55
Complementary color
Monochromatic Colors of #375C55
Black with #375C55
Text Example
Text Example
White with #375C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375C55; }
p { color: rgb(55,92,85); }
H1.HeaderClassName
{
color: #375C55;
}
.AnyTagClassName
{
color: #375C55;
}
</style>
background-color css
<style>
a { background-color: #375C55; }
a { background-color: rgb(55,92,85); }
div.DivClassName
{
background-color: #375C55;
}
.BgClassName
{
background-color: #375C55;
}
</style>
border-color css
<style>
span { border-color: #375C55; }
span { border-color: rgb(55,92,85); }
td.TdClassName
{
border-color: #375C55;
}
.TagClassName
{
border-color: #375C55;
}
</style>