Shades of Blue Chill #328F85
Tints of Blue Chill #328F85
RGB
CMYK
RGB Variations
Color information
#328F85 (or 0x328F85) is known color: Blue Chill. HEX triplet: 32, 8F and 85. RGB value is (50,143,133). Sum of RGB (Red+Green+Blue) = 50+143+133=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 143 - color contains mainly: green. Hex color #328F85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328F85 is #CD707A. Grayscale: #717171. Windows color (decimal): -13463675 or 8752946. OLE color: 8752946.
HSL color Cylindrical-coordinate representation of color #328F85: hue angle of 173.55º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328F85 is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 143 | 133 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.44 |
| HSL | 173.55º | 0.48% | 0.38% | - |
| HSV(B) | 173.55º | 0.65% | 0.56% | - |
| XYZ | 15.37 | 22.02 | 25.63 | - |
| YUV | 114.05 | 138.69 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 143 | 133 | 0.65 | 0 | 0.07 | 0.44 | 173.55 | 0.48 | 0.38 |
| Hex | 32 | 8F | 85 | 41 | 0 | 7 | 2C | AE | 30 | 26 |
| Octal | 62 | 217 | 205 | 101 | 0 | 7 | 54 | 256 | 60 | 46 |
| Binary | 110010 | 10001111 | 10000101 | 1000001 | 0 | 111 | 101100 | 10101110 | 110000 | 100110 |
Color Harmonies of #328F85
Complementary color
Monochromatic Colors of #328F85
Black with #328F85
Text Example
Text Example
White with #328F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328F85; }
p { color: rgb(50,143,133); }
H1.HeaderClassName
{
color: #328F85;
}
.AnyTagClassName
{
color: #328F85;
}
</style>
background-color css
<style>
a { background-color: #328F85; }
a { background-color: rgb(50,143,133); }
div.DivClassName
{
background-color: #328F85;
}
.BgClassName
{
background-color: #328F85;
}
</style>
border-color css
<style>
span { border-color: #328F85; }
span { border-color: rgb(50,143,133); }
td.TdClassName
{
border-color: #328F85;
}
.TagClassName
{
border-color: #328F85;
}
</style>