Shades of Blue Dianne #335350
Tints of Blue Dianne #335350
RGB
CMYK
RGB Variations
Color information
#335350 (or 0x335350) is known color: Blue Dianne. HEX triplet: 33, 53 and 50. RGB value is (51,83,80). Sum of RGB (Red+Green+Blue) = 51+83+80=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 83 - color contains mainly: green. Hex color #335350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335350 is #CCACAF. Grayscale: #494949. Windows color (decimal): -13413552 or 5264179. OLE color: 5264179.
HSL color Cylindrical-coordinate representation of color #335350: hue angle of 174.38º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #335350 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 83 | 80 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.67 |
| HSL | 174.38º | 0.24% | 0.26% | - |
| HSV(B) | 174.38º | 0.39% | 0.33% | - |
| XYZ | 5.91 | 7.47 | 8.72 | - |
| YUV | 73.09 | 131.9 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 83 | 80 | 0.39 | 0 | 0.04 | 0.67 | 174.38 | 0.24 | 0.26 |
| Hex | 33 | 53 | 50 | 27 | 0 | 4 | 43 | AE | 18 | 1A |
| Octal | 63 | 123 | 120 | 47 | 0 | 4 | 103 | 256 | 30 | 32 |
| Binary | 110011 | 1010011 | 1010000 | 100111 | 0 | 100 | 1000011 | 10101110 | 11000 | 11010 |
Color Harmonies of #335350
Complementary color
Monochromatic Colors of #335350
Black with #335350
Text Example
Text Example
White with #335350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335350; }
p { color: rgb(51,83,80); }
H1.HeaderClassName
{
color: #335350;
}
.AnyTagClassName
{
color: #335350;
}
</style>
background-color css
<style>
a { background-color: #335350; }
a { background-color: rgb(51,83,80); }
div.DivClassName
{
background-color: #335350;
}
.BgClassName
{
background-color: #335350;
}
</style>
border-color css
<style>
span { border-color: #335350; }
span { border-color: rgb(51,83,80); }
td.TdClassName
{
border-color: #335350;
}
.TagClassName
{
border-color: #335350;
}
</style>