Shades of Blue Dianne #36534D
Tints of Blue Dianne #36534D
RGB
CMYK
RGB Variations
Color information
#36534D (or 0x36534D) is known color: Blue Dianne. HEX triplet: 36, 53 and 4D. RGB value is (54,83,77). Sum of RGB (Red+Green+Blue) = 54+83+77=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 83 - color contains mainly: green. Hex color #36534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36534D is #C9ACB2. Grayscale: #494949. Windows color (decimal): -13216947 or 5067574. OLE color: 5067574.
HSL color Cylindrical-coordinate representation of color #36534D: hue angle of 167.59º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #36534D is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 83 | 77 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.67 |
| HSL | 167.59º | 0.21% | 0.27% | - |
| HSV(B) | 167.59º | 0.35% | 0.33% | - |
| XYZ | 5.95 | 7.51 | 8.16 | - |
| YUV | 73.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 83 | 77 | 0.35 | 0 | 0.07 | 0.67 | 167.59 | 0.21 | 0.27 |
| Hex | 36 | 53 | 4D | 23 | 0 | 7 | 43 | A8 | 15 | 1B |
| Octal | 66 | 123 | 115 | 43 | 0 | 7 | 103 | 250 | 25 | 33 |
| Binary | 110110 | 1010011 | 1001101 | 100011 | 0 | 111 | 1000011 | 10101000 | 10101 | 11011 |
Color Harmonies of #36534D
Complementary color
Monochromatic Colors of #36534D
Black with #36534D
Text Example
Text Example
White with #36534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36534D; }
p { color: rgb(54,83,77); }
H1.HeaderClassName
{
color: #36534D;
}
.AnyTagClassName
{
color: #36534D;
}
</style>
background-color css
<style>
a { background-color: #36534D; }
a { background-color: rgb(54,83,77); }
div.DivClassName
{
background-color: #36534D;
}
.BgClassName
{
background-color: #36534D;
}
</style>
border-color css
<style>
span { border-color: #36534D; }
span { border-color: rgb(54,83,77); }
td.TdClassName
{
border-color: #36534D;
}
.TagClassName
{
border-color: #36534D;
}
</style>