Shades of Blue Dianne #335150
Tints of Blue Dianne #335150
RGB
CMYK
RGB Variations
Color information
#335150 (or 0x335150) is known color: Blue Dianne. HEX triplet: 33, 51 and 50. RGB value is (51,81,80). Sum of RGB (Red+Green+Blue) = 51+81+80=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 81 - color contains mainly: green. Hex color #335150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335150 is #CCAEAF. Grayscale: #474747. Windows color (decimal): -13414064 or 5263667. OLE color: 5263667.
HSL color Cylindrical-coordinate representation of color #335150: hue angle of 178º 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 #335150 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 81 | 80 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.68 |
| HSL | 178º | 0.23% | 0.26% | - |
| HSV(B) | 178º | 0.37% | 0.32% | - |
| XYZ | 5.76 | 7.17 | 8.67 | - |
| YUV | 71.92 | 132.56 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 81 | 80 | 0.37 | 0 | 0.01 | 0.68 | 178 | 0.23 | 0.26 |
| Hex | 33 | 51 | 50 | 25 | 0 | 1 | 44 | B2 | 17 | 1A |
| Octal | 63 | 121 | 120 | 45 | 0 | 1 | 104 | 262 | 27 | 32 |
| Binary | 110011 | 1010001 | 1010000 | 100101 | 0 | 1 | 1000100 | 10110010 | 10111 | 11010 |
Color Harmonies of #335150
Complementary color
Monochromatic Colors of #335150
Black with #335150
Text Example
Text Example
White with #335150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335150; }
p { color: rgb(51,81,80); }
H1.HeaderClassName
{
color: #335150;
}
.AnyTagClassName
{
color: #335150;
}
</style>
background-color css
<style>
a { background-color: #335150; }
a { background-color: rgb(51,81,80); }
div.DivClassName
{
background-color: #335150;
}
.BgClassName
{
background-color: #335150;
}
</style>
border-color css
<style>
span { border-color: #335150; }
span { border-color: rgb(51,81,80); }
td.TdClassName
{
border-color: #335150;
}
.TagClassName
{
border-color: #335150;
}
</style>