Shades of Blue Dianne #35544D
Tints of Blue Dianne #35544D
RGB
CMYK
RGB Variations
Color information
#35544D (or 0x35544D) is known color: Blue Dianne. HEX triplet: 35, 54 and 4D. RGB value is (53,84,77). Sum of RGB (Red+Green+Blue) = 53+84+77=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 84 - color contains mainly: green. Hex color #35544D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35544D is #CAABB2. Grayscale: #494949. Windows color (decimal): -13282227 or 5067829. OLE color: 5067829.
HSL color Cylindrical-coordinate representation of color #35544D: hue angle of 166.45º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #35544D is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 84 | 77 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.67 |
| HSL | 166.45º | 0.23% | 0.27% | - |
| HSV(B) | 166.45º | 0.37% | 0.33% | - |
| XYZ | 5.98 | 7.63 | 8.18 | - |
| YUV | 73.93 | 129.73 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 84 | 77 | 0.37 | 0 | 0.08 | 0.67 | 166.45 | 0.23 | 0.27 |
| Hex | 35 | 54 | 4D | 25 | 0 | 8 | 43 | A6 | 17 | 1B |
| Octal | 65 | 124 | 115 | 45 | 0 | 10 | 103 | 246 | 27 | 33 |
| Binary | 110101 | 1010100 | 1001101 | 100101 | 0 | 1000 | 1000011 | 10100110 | 10111 | 11011 |
Color Harmonies of #35544D
Complementary color
Monochromatic Colors of #35544D
Black with #35544D
Text Example
Text Example
White with #35544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35544D; }
p { color: rgb(53,84,77); }
H1.HeaderClassName
{
color: #35544D;
}
.AnyTagClassName
{
color: #35544D;
}
</style>
background-color css
<style>
a { background-color: #35544D; }
a { background-color: rgb(53,84,77); }
div.DivClassName
{
background-color: #35544D;
}
.BgClassName
{
background-color: #35544D;
}
</style>
border-color css
<style>
span { border-color: #35544D; }
span { border-color: rgb(53,84,77); }
td.TdClassName
{
border-color: #35544D;
}
.TagClassName
{
border-color: #35544D;
}
</style>