Shades of Blue Dianne #37524D
Tints of Blue Dianne #37524D
RGB
CMYK
RGB Variations
Color information
#37524D (or 0x37524D) is known color: Blue Dianne. HEX triplet: 37, 52 and 4D. RGB value is (55,82,77). Sum of RGB (Red+Green+Blue) = 55+82+77=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 82 - color contains mainly: green. Hex color #37524D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37524D is #C8ADB2. Grayscale: #494949. Windows color (decimal): -13151667 or 5067319. OLE color: 5067319.
HSL color Cylindrical-coordinate representation of color #37524D: hue angle of 168.89º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #37524D is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 55 | 82 | 77 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.68 |
| HSL | 168.89º | 0.2% | 0.27% | - |
| HSV(B) | 168.89º | 0.33% | 0.32% | - |
| XYZ | 5.93 | 7.38 | 8.13 | - |
| YUV | 73.36 | 130.05 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 82 | 77 | 0.33 | 0 | 0.06 | 0.68 | 168.89 | 0.2 | 0.27 |
| Hex | 37 | 52 | 4D | 21 | 0 | 6 | 44 | A9 | 14 | 1B |
| Octal | 67 | 122 | 115 | 41 | 0 | 6 | 104 | 251 | 24 | 33 |
| Binary | 110111 | 1010010 | 1001101 | 100001 | 0 | 110 | 1000100 | 10101001 | 10100 | 11011 |
Color Harmonies of #37524D
Complementary color
Monochromatic Colors of #37524D
Black with #37524D
Text Example
Text Example
White with #37524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37524D; }
p { color: rgb(55,82,77); }
H1.HeaderClassName
{
color: #37524D;
}
.AnyTagClassName
{
color: #37524D;
}
</style>
background-color css
<style>
a { background-color: #37524D; }
a { background-color: rgb(55,82,77); }
div.DivClassName
{
background-color: #37524D;
}
.BgClassName
{
background-color: #37524D;
}
</style>
border-color css
<style>
span { border-color: #37524D; }
span { border-color: rgb(55,82,77); }
td.TdClassName
{
border-color: #37524D;
}
.TagClassName
{
border-color: #37524D;
}
</style>