Shades of Blue Dianne #32514D
Tints of Blue Dianne #32514D
RGB
CMYK
RGB Variations
Color information
#32514D (or 0x32514D) is known color: Blue Dianne. HEX triplet: 32, 51 and 4D. RGB value is (50,81,77). Sum of RGB (Red+Green+Blue) = 50+81+77=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 81 - color contains mainly: green. Hex color #32514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32514D is #CDAEB2. Grayscale: #474747. Windows color (decimal): -13479603 or 5067058. OLE color: 5067058.
HSL color Cylindrical-coordinate representation of color #32514D: hue angle of 172.26º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #32514D is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 81 | 77 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.68 |
| HSL | 172.26º | 0.24% | 0.26% | - |
| HSV(B) | 172.26º | 0.38% | 0.32% | - |
| XYZ | 5.6 | 7.1 | 8.1 | - |
| YUV | 71.28 | 131.23 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 81 | 77 | 0.38 | 0 | 0.05 | 0.68 | 172.26 | 0.24 | 0.26 |
| Hex | 32 | 51 | 4D | 26 | 0 | 5 | 44 | AC | 18 | 1A |
| Octal | 62 | 121 | 115 | 46 | 0 | 5 | 104 | 254 | 30 | 32 |
| Binary | 110010 | 1010001 | 1001101 | 100110 | 0 | 101 | 1000100 | 10101100 | 11000 | 11010 |
Color Harmonies of #32514D
Complementary color
Monochromatic Colors of #32514D
Black with #32514D
Text Example
Text Example
White with #32514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32514D; }
p { color: rgb(50,81,77); }
H1.HeaderClassName
{
color: #32514D;
}
.AnyTagClassName
{
color: #32514D;
}
</style>
background-color css
<style>
a { background-color: #32514D; }
a { background-color: rgb(50,81,77); }
div.DivClassName
{
background-color: #32514D;
}
.BgClassName
{
background-color: #32514D;
}
</style>
border-color css
<style>
span { border-color: #32514D; }
span { border-color: rgb(50,81,77); }
td.TdClassName
{
border-color: #32514D;
}
.TagClassName
{
border-color: #32514D;
}
</style>