Shades of Blue Dianne #36544D
Tints of Blue Dianne #36544D
RGB
CMYK
RGB Variations
Color information
#36544D (or 0x36544D) is known color: Blue Dianne. HEX triplet: 36, 54 and 4D. RGB value is (54,84,77). Sum of RGB (Red+Green+Blue) = 54+84+77=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 84 - color contains mainly: green. Hex color #36544D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36544D is #C9ABB2. Grayscale: #4A4A4A. Windows color (decimal): -13216691 or 5067830. OLE color: 5067830.
HSL color Cylindrical-coordinate representation of color #36544D: hue angle of 166º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #36544D is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 84 | 77 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.67 |
| HSL | 166º | 0.22% | 0.27% | - |
| HSV(B) | 166º | 0.36% | 0.33% | - |
| XYZ | 6.03 | 7.66 | 8.18 | - |
| YUV | 74.23 | 129.56 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 84 | 77 | 0.36 | 0 | 0.08 | 0.67 | 166 | 0.22 | 0.27 |
| Hex | 36 | 54 | 4D | 24 | 0 | 8 | 43 | A6 | 16 | 1B |
| Octal | 66 | 124 | 115 | 44 | 0 | 10 | 103 | 246 | 26 | 33 |
| Binary | 110110 | 1010100 | 1001101 | 100100 | 0 | 1000 | 1000011 | 10100110 | 10110 | 11011 |
Color Harmonies of #36544D
Complementary color
Monochromatic Colors of #36544D
Black with #36544D
Text Example
Text Example
White with #36544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36544D; }
p { color: rgb(54,84,77); }
H1.HeaderClassName
{
color: #36544D;
}
.AnyTagClassName
{
color: #36544D;
}
</style>
background-color css
<style>
a { background-color: #36544D; }
a { background-color: rgb(54,84,77); }
div.DivClassName
{
background-color: #36544D;
}
.BgClassName
{
background-color: #36544D;
}
</style>
border-color css
<style>
span { border-color: #36544D; }
span { border-color: rgb(54,84,77); }
td.TdClassName
{
border-color: #36544D;
}
.TagClassName
{
border-color: #36544D;
}
</style>