Shades of Blue Dianne #33524D
Tints of Blue Dianne #33524D
RGB
CMYK
RGB Variations
Color information
#33524D (or 0x33524D) is known color: Blue Dianne. HEX triplet: 33, 52 and 4D. RGB value is (51,82,77). Sum of RGB (Red+Green+Blue) = 51+82+77=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 82 - color contains mainly: green. Hex color #33524D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33524D is #CCADB2. Grayscale: #484848. Windows color (decimal): -13413811 or 5067315. OLE color: 5067315.
HSL color Cylindrical-coordinate representation of color #33524D: hue angle of 170.32º 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 #33524D is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 82 | 77 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.68 |
| HSL | 170.32º | 0.23% | 0.26% | - |
| HSV(B) | 170.32º | 0.38% | 0.32% | - |
| XYZ | 5.72 | 7.27 | 8.12 | - |
| YUV | 72.16 | 130.73 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 82 | 77 | 0.38 | 0 | 0.06 | 0.68 | 170.32 | 0.23 | 0.26 |
| Hex | 33 | 52 | 4D | 26 | 0 | 6 | 44 | AA | 17 | 1A |
| Octal | 63 | 122 | 115 | 46 | 0 | 6 | 104 | 252 | 27 | 32 |
| Binary | 110011 | 1010010 | 1001101 | 100110 | 0 | 110 | 1000100 | 10101010 | 10111 | 11010 |
Color Harmonies of #33524D
Complementary color
Monochromatic Colors of #33524D
Black with #33524D
Text Example
Text Example
White with #33524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33524D; }
p { color: rgb(51,82,77); }
H1.HeaderClassName
{
color: #33524D;
}
.AnyTagClassName
{
color: #33524D;
}
</style>
background-color css
<style>
a { background-color: #33524D; }
a { background-color: rgb(51,82,77); }
div.DivClassName
{
background-color: #33524D;
}
.BgClassName
{
background-color: #33524D;
}
</style>
border-color css
<style>
span { border-color: #33524D; }
span { border-color: rgb(51,82,77); }
td.TdClassName
{
border-color: #33524D;
}
.TagClassName
{
border-color: #33524D;
}
</style>