Shades of Blue Dianne #325550
Tints of Blue Dianne #325550
RGB
CMYK
RGB Variations
Color information
#325550 (or 0x325550) is known color: Blue Dianne. HEX triplet: 32, 55 and 50. RGB value is (50,85,80). Sum of RGB (Red+Green+Blue) = 50+85+80=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 85 - color contains mainly: green. Hex color #325550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325550 is #CDAAAF. Grayscale: #494949. Windows color (decimal): -13478576 or 5264690. OLE color: 5264690.
HSL color Cylindrical-coordinate representation of color #325550: hue angle of 171.43º 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 #325550 is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 85 | 80 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.67 |
| HSL | 171.43º | 0.26% | 0.26% | - |
| HSV(B) | 171.43º | 0.41% | 0.33% | - |
| XYZ | 6.01 | 7.75 | 8.77 | - |
| YUV | 73.97 | 131.4 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 80 | 0.41 | 0 | 0.06 | 0.67 | 171.43 | 0.26 | 0.26 |
| Hex | 32 | 55 | 50 | 29 | 0 | 6 | 43 | AB | 1A | 1A |
| Octal | 62 | 125 | 120 | 51 | 0 | 6 | 103 | 253 | 32 | 32 |
| Binary | 110010 | 1010101 | 1010000 | 101001 | 0 | 110 | 1000011 | 10101011 | 11010 | 11010 |
Color Harmonies of #325550
Complementary color
Monochromatic Colors of #325550
Black with #325550
Text Example
Text Example
White with #325550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325550; }
p { color: rgb(50,85,80); }
H1.HeaderClassName
{
color: #325550;
}
.AnyTagClassName
{
color: #325550;
}
</style>
background-color css
<style>
a { background-color: #325550; }
a { background-color: rgb(50,85,80); }
div.DivClassName
{
background-color: #325550;
}
.BgClassName
{
background-color: #325550;
}
</style>
border-color css
<style>
span { border-color: #325550; }
span { border-color: rgb(50,85,80); }
td.TdClassName
{
border-color: #325550;
}
.TagClassName
{
border-color: #325550;
}
</style>