Shades of Blue Dianne #364D4A
Tints of Blue Dianne #364D4A
RGB
CMYK
RGB Variations
Color information
#364D4A (or 0x364D4A) is known color: Blue Dianne. HEX triplet: 36, 4D and 4A. RGB value is (54,77,74). Sum of RGB (Red+Green+Blue) = 54+77+74=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 77 - color contains mainly: green. Hex color #364D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #364D4A is #C9B2B5. Grayscale: #454545. Windows color (decimal): -13218486 or 4869430. OLE color: 4869430.
HSL color Cylindrical-coordinate representation of color #364D4A: hue angle of 172.17º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #364D4A is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 77 | 74 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.70 |
| HSL | 172.17º | 0.18% | 0.26% | - |
| HSV(B) | 172.17º | 0.3% | 0.3% | - |
| XYZ | 5.41 | 6.59 | 7.46 | - |
| YUV | 69.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 74 | 0.30 | 0 | 0.04 | 0.70 | 172.17 | 0.18 | 0.26 |
| Hex | 36 | 4D | 4A | 1E | 0 | 4 | 46 | AC | 12 | 1A |
| Octal | 66 | 115 | 112 | 36 | 0 | 4 | 106 | 254 | 22 | 32 |
| Binary | 110110 | 1001101 | 1001010 | 11110 | 0 | 100 | 1000110 | 10101100 | 10010 | 11010 |
Color Harmonies of #364D4A
Complementary color
Monochromatic Colors of #364D4A
Black with #364D4A
Text Example
Text Example
White with #364D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364D4A; }
p { color: rgb(54,77,74); }
H1.HeaderClassName
{
color: #364D4A;
}
.AnyTagClassName
{
color: #364D4A;
}
</style>
background-color css
<style>
a { background-color: #364D4A; }
a { background-color: rgb(54,77,74); }
div.DivClassName
{
background-color: #364D4A;
}
.BgClassName
{
background-color: #364D4A;
}
</style>
border-color css
<style>
span { border-color: #364D4A; }
span { border-color: rgb(54,77,74); }
td.TdClassName
{
border-color: #364D4A;
}
.TagClassName
{
border-color: #364D4A;
}
</style>