Shades of Blue Dianne #33534E
Tints of Blue Dianne #33534E
RGB
CMYK
RGB Variations
Color information
#33534E (or 0x33534E) is known color: Blue Dianne. HEX triplet: 33, 53 and 4E. RGB value is (51,83,78). Sum of RGB (Red+Green+Blue) = 51+83+78=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 83 - color contains mainly: green. Hex color #33534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33534E is #CCACB1. Grayscale: #484848. Windows color (decimal): -13413554 or 5133107. OLE color: 5133107.
HSL color Cylindrical-coordinate representation of color #33534E: hue angle of 170.62º 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 #33534E is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 83 | 78 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.67 |
| HSL | 170.63º | 0.24% | 0.26% | - |
| HSV(B) | 170.63º | 0.39% | 0.33% | - |
| XYZ | 5.83 | 7.44 | 8.34 | - |
| YUV | 72.86 | 130.9 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 83 | 78 | 0.39 | 0 | 0.06 | 0.67 | 170.63 | 0.24 | 0.26 |
| Hex | 33 | 53 | 4E | 27 | 0 | 6 | 43 | AB | 18 | 1A |
| Octal | 63 | 123 | 116 | 47 | 0 | 6 | 103 | 253 | 30 | 32 |
| Binary | 110011 | 1010011 | 1001110 | 100111 | 0 | 110 | 1000011 | 10101011 | 11000 | 11010 |
Color Harmonies of #33534E
Complementary color
Monochromatic Colors of #33534E
Black with #33534E
Text Example
Text Example
White with #33534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33534E; }
p { color: rgb(51,83,78); }
H1.HeaderClassName
{
color: #33534E;
}
.AnyTagClassName
{
color: #33534E;
}
</style>
background-color css
<style>
a { background-color: #33534E; }
a { background-color: rgb(51,83,78); }
div.DivClassName
{
background-color: #33534E;
}
.BgClassName
{
background-color: #33534E;
}
</style>
border-color css
<style>
span { border-color: #33534E; }
span { border-color: rgb(51,83,78); }
td.TdClassName
{
border-color: #33534E;
}
.TagClassName
{
border-color: #33534E;
}
</style>