Shades of Blue Dianne #37534F
Tints of Blue Dianne #37534F
RGB
CMYK
RGB Variations
Color information
#37534F (or 0x37534F) is known color: Blue Dianne. HEX triplet: 37, 53 and 4F. RGB value is (55,83,79). Sum of RGB (Red+Green+Blue) = 55+83+79=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 83 - color contains mainly: green. Hex color #37534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37534F is #C8ACB0. Grayscale: #4A4A4A. Windows color (decimal): -13151409 or 5198647. OLE color: 5198647.
HSL color Cylindrical-coordinate representation of color #37534F: hue angle of 171.43º 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 #37534F is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 83 | 79 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.67 |
| HSL | 171.43º | 0.2% | 0.27% | - |
| HSV(B) | 171.43º | 0.34% | 0.33% | - |
| XYZ | 6.08 | 7.56 | 8.54 | - |
| YUV | 74.17 | 130.72 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 83 | 79 | 0.34 | 0 | 0.05 | 0.67 | 171.43 | 0.2 | 0.27 |
| Hex | 37 | 53 | 4F | 22 | 0 | 5 | 43 | AB | 14 | 1B |
| Octal | 67 | 123 | 117 | 42 | 0 | 5 | 103 | 253 | 24 | 33 |
| Binary | 110111 | 1010011 | 1001111 | 100010 | 0 | 101 | 1000011 | 10101011 | 10100 | 11011 |
Color Harmonies of #37534F
Complementary color
Monochromatic Colors of #37534F
Black with #37534F
Text Example
Text Example
White with #37534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37534F; }
p { color: rgb(55,83,79); }
H1.HeaderClassName
{
color: #37534F;
}
.AnyTagClassName
{
color: #37534F;
}
</style>
background-color css
<style>
a { background-color: #37534F; }
a { background-color: rgb(55,83,79); }
div.DivClassName
{
background-color: #37534F;
}
.BgClassName
{
background-color: #37534F;
}
</style>
border-color css
<style>
span { border-color: #37534F; }
span { border-color: rgb(55,83,79); }
td.TdClassName
{
border-color: #37534F;
}
.TagClassName
{
border-color: #37534F;
}
</style>