Shades of Blue Chill #328D84
Tints of Blue Chill #328D84
RGB
CMYK
RGB Variations
Color information
#328D84 (or 0x328D84) is known color: Blue Chill. HEX triplet: 32, 8D and 84. RGB value is (50,141,132). Sum of RGB (Red+Green+Blue) = 50+141+132=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 141 - color contains mainly: green. Hex color #328D84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328D84 is #CD727B. Grayscale: #707070. Windows color (decimal): -13464188 or 8686898. OLE color: 8686898.
HSL color Cylindrical-coordinate representation of color #328D84: hue angle of 174.07º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328D84 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 141 | 132 | - |
| CMYK | 0.65 | 0 | 0.06 | 0.45 |
| HSL | 174.07º | 0.48% | 0.37% | - |
| HSV(B) | 174.07º | 0.65% | 0.55% | - |
| XYZ | 15.01 | 21.39 | 25.17 | - |
| YUV | 112.77 | 138.85 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 141 | 132 | 0.65 | 0 | 0.06 | 0.45 | 174.07 | 0.48 | 0.37 |
| Hex | 32 | 8D | 84 | 41 | 0 | 6 | 2D | AE | 30 | 25 |
| Octal | 62 | 215 | 204 | 101 | 0 | 6 | 55 | 256 | 60 | 45 |
| Binary | 110010 | 10001101 | 10000100 | 1000001 | 0 | 110 | 101101 | 10101110 | 110000 | 100101 |
Color Harmonies of #328D84
Complementary color
Monochromatic Colors of #328D84
Black with #328D84
Text Example
Text Example
White with #328D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328D84; }
p { color: rgb(50,141,132); }
H1.HeaderClassName
{
color: #328D84;
}
.AnyTagClassName
{
color: #328D84;
}
</style>
background-color css
<style>
a { background-color: #328D84; }
a { background-color: rgb(50,141,132); }
div.DivClassName
{
background-color: #328D84;
}
.BgClassName
{
background-color: #328D84;
}
</style>
border-color css
<style>
span { border-color: #328D84; }
span { border-color: rgb(50,141,132); }
td.TdClassName
{
border-color: #328D84;
}
.TagClassName
{
border-color: #328D84;
}
</style>