Shades of Blue Dianne #33524E
Tints of Blue Dianne #33524E
RGB
CMYK
RGB Variations
Color information
#33524E (or 0x33524E) is known color: Blue Dianne. HEX triplet: 33, 52 and 4E. RGB value is (51,82,78). Sum of RGB (Red+Green+Blue) = 51+82+78=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 82 - color contains mainly: green. Hex color #33524E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33524E is #CCADB1. Grayscale: #484848. Windows color (decimal): -13413810 or 5132851. OLE color: 5132851.
HSL color Cylindrical-coordinate representation of color #33524E: hue angle of 172.26º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #33524E is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 82 | 78 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.68 |
| HSL | 172.26º | 0.23% | 0.26% | - |
| HSV(B) | 172.26º | 0.38% | 0.32% | - |
| XYZ | 5.76 | 7.29 | 8.31 | - |
| YUV | 72.28 | 131.23 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 82 | 78 | 0.38 | 0 | 0.05 | 0.68 | 172.26 | 0.23 | 0.26 |
| Hex | 33 | 52 | 4E | 26 | 0 | 5 | 44 | AC | 17 | 1A |
| Octal | 63 | 122 | 116 | 46 | 0 | 5 | 104 | 254 | 27 | 32 |
| Binary | 110011 | 1010010 | 1001110 | 100110 | 0 | 101 | 1000100 | 10101100 | 10111 | 11010 |
Color Harmonies of #33524E
Complementary color
Monochromatic Colors of #33524E
Black with #33524E
Text Example
Text Example
White with #33524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33524E; }
p { color: rgb(51,82,78); }
H1.HeaderClassName
{
color: #33524E;
}
.AnyTagClassName
{
color: #33524E;
}
</style>
background-color css
<style>
a { background-color: #33524E; }
a { background-color: rgb(51,82,78); }
div.DivClassName
{
background-color: #33524E;
}
.BgClassName
{
background-color: #33524E;
}
</style>
border-color css
<style>
span { border-color: #33524E; }
span { border-color: rgb(51,82,78); }
td.TdClassName
{
border-color: #33524E;
}
.TagClassName
{
border-color: #33524E;
}
</style>