Shades of Blue Dianne #375751
Tints of Blue Dianne #375751
RGB
CMYK
RGB Variations
Color information
#375751 (or 0x375751) is known color: Blue Dianne. HEX triplet: 37, 57 and 51. RGB value is (55,87,81). Sum of RGB (Red+Green+Blue) = 55+87+81=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 87 - color contains mainly: green. Hex color #375751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375751 is #C8A8AE. Grayscale: #4C4C4C. Windows color (decimal): -13150383 or 5330743. OLE color: 5330743.
HSL color Cylindrical-coordinate representation of color #375751: hue angle of 168.75º 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 #375751 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 55 | 87 | 81 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.66 |
| HSL | 168.75º | 0.23% | 0.28% | - |
| HSV(B) | 168.75º | 0.37% | 0.34% | - |
| XYZ | 6.47 | 8.22 | 9.03 | - |
| YUV | 76.75 | 130.4 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 87 | 81 | 0.37 | 0 | 0.07 | 0.66 | 168.75 | 0.23 | 0.28 |
| Hex | 37 | 57 | 51 | 25 | 0 | 7 | 42 | A9 | 17 | 1C |
| Octal | 67 | 127 | 121 | 45 | 0 | 7 | 102 | 251 | 27 | 34 |
| Binary | 110111 | 1010111 | 1010001 | 100101 | 0 | 111 | 1000010 | 10101001 | 10111 | 11100 |
Color Harmonies of #375751
Complementary color
Monochromatic Colors of #375751
Black with #375751
Text Example
Text Example
White with #375751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375751; }
p { color: rgb(55,87,81); }
H1.HeaderClassName
{
color: #375751;
}
.AnyTagClassName
{
color: #375751;
}
</style>
background-color css
<style>
a { background-color: #375751; }
a { background-color: rgb(55,87,81); }
div.DivClassName
{
background-color: #375751;
}
.BgClassName
{
background-color: #375751;
}
</style>
border-color css
<style>
span { border-color: #375751; }
span { border-color: rgb(55,87,81); }
td.TdClassName
{
border-color: #375751;
}
.TagClassName
{
border-color: #375751;
}
</style>