Shades of Blue Dianne #33544D
Tints of Blue Dianne #33544D
RGB
CMYK
RGB Variations
Color information
#33544D (or 0x33544D) is known color: Blue Dianne. HEX triplet: 33, 54 and 4D. RGB value is (51,84,77). Sum of RGB (Red+Green+Blue) = 51+84+77=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 84 - color contains mainly: green. Hex color #33544D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33544D is #CCABB2. Grayscale: #494949. Windows color (decimal): -13413299 or 5067827. OLE color: 5067827.
HSL color Cylindrical-coordinate representation of color #33544D: hue angle of 167.27º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #33544D is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 84 | 77 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.67 |
| HSL | 167.27º | 0.24% | 0.26% | - |
| HSV(B) | 167.27º | 0.39% | 0.33% | - |
| XYZ | 5.88 | 7.58 | 8.17 | - |
| YUV | 73.34 | 130.07 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 84 | 77 | 0.39 | 0 | 0.08 | 0.67 | 167.27 | 0.24 | 0.26 |
| Hex | 33 | 54 | 4D | 27 | 0 | 8 | 43 | A7 | 18 | 1A |
| Octal | 63 | 124 | 115 | 47 | 0 | 10 | 103 | 247 | 30 | 32 |
| Binary | 110011 | 1010100 | 1001101 | 100111 | 0 | 1000 | 1000011 | 10100111 | 11000 | 11010 |
Color Harmonies of #33544D
Complementary color
Monochromatic Colors of #33544D
Black with #33544D
Text Example
Text Example
White with #33544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33544D; }
p { color: rgb(51,84,77); }
H1.HeaderClassName
{
color: #33544D;
}
.AnyTagClassName
{
color: #33544D;
}
</style>
background-color css
<style>
a { background-color: #33544D; }
a { background-color: rgb(51,84,77); }
div.DivClassName
{
background-color: #33544D;
}
.BgClassName
{
background-color: #33544D;
}
</style>
border-color css
<style>
span { border-color: #33544D; }
span { border-color: rgb(51,84,77); }
td.TdClassName
{
border-color: #33544D;
}
.TagClassName
{
border-color: #33544D;
}
</style>