Shades of Blue Dianne #325750
Tints of Blue Dianne #325750
RGB
CMYK
RGB Variations
Color information
#325750 (or 0x325750) is known color: Blue Dianne. HEX triplet: 32, 57 and 50. RGB value is (50,87,80). Sum of RGB (Red+Green+Blue) = 50+87+80=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 87 - color contains mainly: green. Hex color #325750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325750 is #CDA8AF. Grayscale: #4B4B4B. Windows color (decimal): -13478064 or 5265202. OLE color: 5265202.
HSL color Cylindrical-coordinate representation of color #325750: hue angle of 168.65º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #325750 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 50 | 87 | 80 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.66 |
| HSL | 168.65º | 0.27% | 0.27% | - |
| HSV(B) | 168.65º | 0.43% | 0.34% | - |
| XYZ | 6.17 | 8.07 | 8.82 | - |
| YUV | 75.14 | 130.74 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 87 | 80 | 0.43 | 0 | 0.08 | 0.66 | 168.65 | 0.27 | 0.27 |
| Hex | 32 | 57 | 50 | 2B | 0 | 8 | 42 | A9 | 1B | 1B |
| Octal | 62 | 127 | 120 | 53 | 0 | 10 | 102 | 251 | 33 | 33 |
| Binary | 110010 | 1010111 | 1010000 | 101011 | 0 | 1000 | 1000010 | 10101001 | 11011 | 11011 |
Color Harmonies of #325750
Complementary color
Monochromatic Colors of #325750
Black with #325750
Text Example
Text Example
White with #325750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325750; }
p { color: rgb(50,87,80); }
H1.HeaderClassName
{
color: #325750;
}
.AnyTagClassName
{
color: #325750;
}
</style>
background-color css
<style>
a { background-color: #325750; }
a { background-color: rgb(50,87,80); }
div.DivClassName
{
background-color: #325750;
}
.BgClassName
{
background-color: #325750;
}
</style>
border-color css
<style>
span { border-color: #325750; }
span { border-color: rgb(50,87,80); }
td.TdClassName
{
border-color: #325750;
}
.TagClassName
{
border-color: #325750;
}
</style>