Shades of Blue Dianne #33514C
Tints of Blue Dianne #33514C
RGB
CMYK
RGB Variations
Color information
#33514C (or 0x33514C) is known color: Blue Dianne. HEX triplet: 33, 51 and 4C. RGB value is (51,81,76). Sum of RGB (Red+Green+Blue) = 51+81+76=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 81 - color contains mainly: green. Hex color #33514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33514C is #CCAEB3. Grayscale: #474747. Windows color (decimal): -13414068 or 5001523. OLE color: 5001523.
HSL color Cylindrical-coordinate representation of color #33514C: hue angle of 170º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #33514C is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 81 | 76 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.68 |
| HSL | 170º | 0.23% | 0.26% | - |
| HSV(B) | 170º | 0.37% | 0.32% | - |
| XYZ | 5.61 | 7.11 | 7.91 | - |
| YUV | 71.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 81 | 76 | 0.37 | 0 | 0.06 | 0.68 | 170 | 0.23 | 0.26 |
| Hex | 33 | 51 | 4C | 25 | 0 | 6 | 44 | AA | 17 | 1A |
| Octal | 63 | 121 | 114 | 45 | 0 | 6 | 104 | 252 | 27 | 32 |
| Binary | 110011 | 1010001 | 1001100 | 100101 | 0 | 110 | 1000100 | 10101010 | 10111 | 11010 |
Color Harmonies of #33514C
Complementary color
Monochromatic Colors of #33514C
Black with #33514C
Text Example
Text Example
White with #33514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33514C; }
p { color: rgb(51,81,76); }
H1.HeaderClassName
{
color: #33514C;
}
.AnyTagClassName
{
color: #33514C;
}
</style>
background-color css
<style>
a { background-color: #33514C; }
a { background-color: rgb(51,81,76); }
div.DivClassName
{
background-color: #33514C;
}
.BgClassName
{
background-color: #33514C;
}
</style>
border-color css
<style>
span { border-color: #33514C; }
span { border-color: rgb(51,81,76); }
td.TdClassName
{
border-color: #33514C;
}
.TagClassName
{
border-color: #33514C;
}
</style>