Shades of Blue Dianne #375351
Tints of Blue Dianne #375351
RGB
CMYK
RGB Variations
Color information
#375351 (or 0x375351) is known color: Blue Dianne. HEX triplet: 37, 53 and 51. RGB value is (55,83,81). Sum of RGB (Red+Green+Blue) = 55+83+81=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 83 - color contains mainly: green. Hex color #375351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375351 is #C8ACAE. Grayscale: #4A4A4A. Windows color (decimal): -13151407 or 5329719. OLE color: 5329719.
HSL color Cylindrical-coordinate representation of color #375351: hue angle of 175.71º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #375351 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 83 | 81 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.67 |
| HSL | 175.71º | 0.2% | 0.27% | - |
| HSV(B) | 175.71º | 0.34% | 0.33% | - |
| XYZ | 6.15 | 7.59 | 8.93 | - |
| YUV | 74.4 | 131.72 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 83 | 81 | 0.34 | 0 | 0.02 | 0.67 | 175.71 | 0.2 | 0.27 |
| Hex | 37 | 53 | 51 | 22 | 0 | 2 | 43 | B0 | 14 | 1B |
| Octal | 67 | 123 | 121 | 42 | 0 | 2 | 103 | 260 | 24 | 33 |
| Binary | 110111 | 1010011 | 1010001 | 100010 | 0 | 10 | 1000011 | 10110000 | 10100 | 11011 |
Color Harmonies of #375351
Complementary color
Monochromatic Colors of #375351
Black with #375351
Text Example
Text Example
White with #375351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375351; }
p { color: rgb(55,83,81); }
H1.HeaderClassName
{
color: #375351;
}
.AnyTagClassName
{
color: #375351;
}
</style>
background-color css
<style>
a { background-color: #375351; }
a { background-color: rgb(55,83,81); }
div.DivClassName
{
background-color: #375351;
}
.BgClassName
{
background-color: #375351;
}
</style>
border-color css
<style>
span { border-color: #375351; }
span { border-color: rgb(55,83,81); }
td.TdClassName
{
border-color: #375351;
}
.TagClassName
{
border-color: #375351;
}
</style>