Shades of Blue Dianne #325551
Tints of Blue Dianne #325551
RGB
CMYK
RGB Variations
Color information
#325551 (or 0x325551) is known color: Blue Dianne. HEX triplet: 32, 55 and 51. RGB value is (50,85,81). Sum of RGB (Red+Green+Blue) = 50+85+81=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 85 - color contains mainly: green. Hex color #325551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325551 is #CDAAAE. Grayscale: #4A4A4A. Windows color (decimal): -13478575 or 5330226. OLE color: 5330226.
HSL color Cylindrical-coordinate representation of color #325551: hue angle of 173.14º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #325551 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 85 | 81 | - |
| CMYK | 0.41 | 0 | 0.05 | 0.67 |
| HSL | 173.14º | 0.26% | 0.26% | - |
| HSV(B) | 173.14º | 0.41% | 0.33% | - |
| XYZ | 6.05 | 7.77 | 8.97 | - |
| YUV | 74.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 81 | 0.41 | 0 | 0.05 | 0.67 | 173.14 | 0.26 | 0.26 |
| Hex | 32 | 55 | 51 | 29 | 0 | 5 | 43 | AD | 1A | 1A |
| Octal | 62 | 125 | 121 | 51 | 0 | 5 | 103 | 255 | 32 | 32 |
| Binary | 110010 | 1010101 | 1010001 | 101001 | 0 | 101 | 1000011 | 10101101 | 11010 | 11010 |
Color Harmonies of #325551
Complementary color
Monochromatic Colors of #325551
Black with #325551
Text Example
Text Example
White with #325551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325551; }
p { color: rgb(50,85,81); }
H1.HeaderClassName
{
color: #325551;
}
.AnyTagClassName
{
color: #325551;
}
</style>
background-color css
<style>
a { background-color: #325551; }
a { background-color: rgb(50,85,81); }
div.DivClassName
{
background-color: #325551;
}
.BgClassName
{
background-color: #325551;
}
</style>
border-color css
<style>
span { border-color: #325551; }
span { border-color: rgb(50,85,81); }
td.TdClassName
{
border-color: #325551;
}
.TagClassName
{
border-color: #325551;
}
</style>