Shades of Blue Chill #328B84
Tints of Blue Chill #328B84
RGB
CMYK
RGB Variations
Color information
#328B84 (or 0x328B84) is known color: Blue Chill. HEX triplet: 32, 8B and 84. RGB value is (50,139,132). Sum of RGB (Red+Green+Blue) = 50+139+132=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 139 - color contains mainly: green. Hex color #328B84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328B84 is #CD747B. Grayscale: #6F6F6F. Windows color (decimal): -13464700 or 8686386. OLE color: 8686386.
HSL color Cylindrical-coordinate representation of color #328B84: hue angle of 175.28º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328B84 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 139 | 132 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.45 |
| HSL | 175.28º | 0.47% | 0.37% | - |
| HSV(B) | 175.28º | 0.64% | 0.55% | - |
| XYZ | 14.71 | 20.81 | 25.07 | - |
| YUV | 111.59 | 139.51 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 132 | 0.64 | 0 | 0.05 | 0.45 | 175.28 | 0.47 | 0.37 |
| Hex | 32 | 8B | 84 | 40 | 0 | 5 | 2D | AF | 2F | 25 |
| Octal | 62 | 213 | 204 | 100 | 0 | 5 | 55 | 257 | 57 | 45 |
| Binary | 110010 | 10001011 | 10000100 | 1000000 | 0 | 101 | 101101 | 10101111 | 101111 | 100101 |
Color Harmonies of #328B84
Complementary color
Monochromatic Colors of #328B84
Black with #328B84
Text Example
Text Example
White with #328B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328B84; }
p { color: rgb(50,139,132); }
H1.HeaderClassName
{
color: #328B84;
}
.AnyTagClassName
{
color: #328B84;
}
</style>
background-color css
<style>
a { background-color: #328B84; }
a { background-color: rgb(50,139,132); }
div.DivClassName
{
background-color: #328B84;
}
.BgClassName
{
background-color: #328B84;
}
</style>
border-color css
<style>
span { border-color: #328B84; }
span { border-color: rgb(50,139,132); }
td.TdClassName
{
border-color: #328B84;
}
.TagClassName
{
border-color: #328B84;
}
</style>