Shades of Blue Dianne #33524C
Tints of Blue Dianne #33524C
RGB
CMYK
RGB Variations
Color information
#33524C (or 0x33524C) is known color: Blue Dianne. HEX triplet: 33, 52 and 4C. RGB value is (51,82,76). Sum of RGB (Red+Green+Blue) = 51+82+76=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 82 - color contains mainly: green. Hex color #33524C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33524C is #CCADB3. Grayscale: #484848. Windows color (decimal): -13413812 or 5001779. OLE color: 5001779.
HSL color Cylindrical-coordinate representation of color #33524C: hue angle of 168.39º 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 #33524C is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 82 | 76 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.68 |
| HSL | 168.39º | 0.23% | 0.26% | - |
| HSV(B) | 168.39º | 0.38% | 0.32% | - |
| XYZ | 5.69 | 7.26 | 7.94 | - |
| YUV | 72.05 | 130.23 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 82 | 76 | 0.38 | 0 | 0.07 | 0.68 | 168.39 | 0.23 | 0.26 |
| Hex | 33 | 52 | 4C | 26 | 0 | 7 | 44 | A8 | 17 | 1A |
| Octal | 63 | 122 | 114 | 46 | 0 | 7 | 104 | 250 | 27 | 32 |
| Binary | 110011 | 1010010 | 1001100 | 100110 | 0 | 111 | 1000100 | 10101000 | 10111 | 11010 |
Color Harmonies of #33524C
Complementary color
Monochromatic Colors of #33524C
Black with #33524C
Text Example
Text Example
White with #33524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33524C; }
p { color: rgb(51,82,76); }
H1.HeaderClassName
{
color: #33524C;
}
.AnyTagClassName
{
color: #33524C;
}
</style>
background-color css
<style>
a { background-color: #33524C; }
a { background-color: rgb(51,82,76); }
div.DivClassName
{
background-color: #33524C;
}
.BgClassName
{
background-color: #33524C;
}
</style>
border-color css
<style>
span { border-color: #33524C; }
span { border-color: rgb(51,82,76); }
td.TdClassName
{
border-color: #33524C;
}
.TagClassName
{
border-color: #33524C;
}
</style>