Shades of Blue Dianne #36514D
Tints of Blue Dianne #36514D
RGB
CMYK
RGB Variations
Color information
#36514D (or 0x36514D) is known color: Blue Dianne. HEX triplet: 36, 51 and 4D. RGB value is (54,81,77). Sum of RGB (Red+Green+Blue) = 54+81+77=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 81 - color contains mainly: green. Hex color #36514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36514D is #C9AEB2. Grayscale: #484848. Windows color (decimal): -13217459 or 5067062. OLE color: 5067062.
HSL color Cylindrical-coordinate representation of color #36514D: hue angle of 171.11º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #36514D is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 54 | 81 | 77 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.68 |
| HSL | 171.11º | 0.2% | 0.26% | - |
| HSV(B) | 171.11º | 0.33% | 0.32% | - |
| XYZ | 5.8 | 7.2 | 8.11 | - |
| YUV | 72.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 81 | 77 | 0.33 | 0 | 0.05 | 0.68 | 171.11 | 0.2 | 0.26 |
| Hex | 36 | 51 | 4D | 21 | 0 | 5 | 44 | AB | 14 | 1A |
| Octal | 66 | 121 | 115 | 41 | 0 | 5 | 104 | 253 | 24 | 32 |
| Binary | 110110 | 1010001 | 1001101 | 100001 | 0 | 101 | 1000100 | 10101011 | 10100 | 11010 |
Color Harmonies of #36514D
Complementary color
Monochromatic Colors of #36514D
Black with #36514D
Text Example
Text Example
White with #36514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36514D; }
p { color: rgb(54,81,77); }
H1.HeaderClassName
{
color: #36514D;
}
.AnyTagClassName
{
color: #36514D;
}
</style>
background-color css
<style>
a { background-color: #36514D; }
a { background-color: rgb(54,81,77); }
div.DivClassName
{
background-color: #36514D;
}
.BgClassName
{
background-color: #36514D;
}
</style>
border-color css
<style>
span { border-color: #36514D; }
span { border-color: rgb(54,81,77); }
td.TdClassName
{
border-color: #36514D;
}
.TagClassName
{
border-color: #36514D;
}
</style>