Shades of Blue Dianne #364F4D
Tints of Blue Dianne #364F4D
RGB
CMYK
RGB Variations
Color information
#364F4D (or 0x364F4D) is known color: Blue Dianne. HEX triplet: 36, 4F and 4D. RGB value is (54,79,77). Sum of RGB (Red+Green+Blue) = 54+79+77=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 79 - color contains mainly: green. Hex color #364F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364F4D is #C9B0B2. Grayscale: #474747. Windows color (decimal): -13217971 or 5066550. OLE color: 5066550.
HSL color Cylindrical-coordinate representation of color #364F4D: hue angle of 175.2º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #364F4D is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 79 | 77 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.69 |
| HSL | 175.2º | 0.19% | 0.26% | - |
| HSV(B) | 175.2º | 0.32% | 0.31% | - |
| XYZ | 5.66 | 6.91 | 8.06 | - |
| YUV | 71.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 79 | 77 | 0.32 | 0 | 0.03 | 0.69 | 175.2 | 0.19 | 0.26 |
| Hex | 36 | 4F | 4D | 20 | 0 | 3 | 45 | AF | 13 | 1A |
| Octal | 66 | 117 | 115 | 40 | 0 | 3 | 105 | 257 | 23 | 32 |
| Binary | 110110 | 1001111 | 1001101 | 100000 | 0 | 11 | 1000101 | 10101111 | 10011 | 11010 |
Color Harmonies of #364F4D
Complementary color
Monochromatic Colors of #364F4D
Black with #364F4D
Text Example
Text Example
White with #364F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364F4D; }
p { color: rgb(54,79,77); }
H1.HeaderClassName
{
color: #364F4D;
}
.AnyTagClassName
{
color: #364F4D;
}
</style>
background-color css
<style>
a { background-color: #364F4D; }
a { background-color: rgb(54,79,77); }
div.DivClassName
{
background-color: #364F4D;
}
.BgClassName
{
background-color: #364F4D;
}
</style>
border-color css
<style>
span { border-color: #364F4D; }
span { border-color: rgb(54,79,77); }
td.TdClassName
{
border-color: #364F4D;
}
.TagClassName
{
border-color: #364F4D;
}
</style>