Shades of Blue Dianne #34544D
Tints of Blue Dianne #34544D
RGB
CMYK
RGB Variations
Color information
#34544D (or 0x34544D) is known color: Blue Dianne. HEX triplet: 34, 54 and 4D. RGB value is (52,84,77). Sum of RGB (Red+Green+Blue) = 52+84+77=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 84 - color contains mainly: green. Hex color #34544D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34544D is #CBABB2. Grayscale: #494949. Windows color (decimal): -13347763 or 5067828. OLE color: 5067828.
HSL color Cylindrical-coordinate representation of color #34544D: hue angle of 166.88º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #34544D is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 84 | 77 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.67 |
| HSL | 166.88º | 0.24% | 0.27% | - |
| HSV(B) | 166.88º | 0.38% | 0.33% | - |
| XYZ | 5.93 | 7.61 | 8.18 | - |
| YUV | 73.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 84 | 77 | 0.38 | 0 | 0.08 | 0.67 | 166.88 | 0.24 | 0.27 |
| Hex | 34 | 54 | 4D | 26 | 0 | 8 | 43 | A7 | 18 | 1B |
| Octal | 64 | 124 | 115 | 46 | 0 | 10 | 103 | 247 | 30 | 33 |
| Binary | 110100 | 1010100 | 1001101 | 100110 | 0 | 1000 | 1000011 | 10100111 | 11000 | 11011 |
Color Harmonies of #34544D
Complementary color
Monochromatic Colors of #34544D
Black with #34544D
Text Example
Text Example
White with #34544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34544D; }
p { color: rgb(52,84,77); }
H1.HeaderClassName
{
color: #34544D;
}
.AnyTagClassName
{
color: #34544D;
}
</style>
background-color css
<style>
a { background-color: #34544D; }
a { background-color: rgb(52,84,77); }
div.DivClassName
{
background-color: #34544D;
}
.BgClassName
{
background-color: #34544D;
}
</style>
border-color css
<style>
span { border-color: #34544D; }
span { border-color: rgb(52,84,77); }
td.TdClassName
{
border-color: #34544D;
}
.TagClassName
{
border-color: #34544D;
}
</style>