Shades of Blue Chill #328987
Tints of Blue Chill #328987
RGB
CMYK
RGB Variations
Color information
#328987 (or 0x328987) is known color: Blue Chill. HEX triplet: 32, 89 and 87. RGB value is (50,137,135). Sum of RGB (Red+Green+Blue) = 50+137+135=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #328987 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328987 is #CD7678. Grayscale: #6E6E6E. Windows color (decimal): -13465209 or 8882482. OLE color: 8882482.
HSL color Cylindrical-coordinate representation of color #328987: hue angle of 178.62º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328987 is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 137 | 135 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.46 |
| HSL | 178.62º | 0.47% | 0.37% | - |
| HSV(B) | 178.62º | 0.64% | 0.54% | - |
| XYZ | 14.63 | 20.32 | 26.07 | - |
| YUV | 110.76 | 141.68 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 135 | 0.64 | 0 | 0.01 | 0.46 | 178.62 | 0.47 | 0.37 |
| Hex | 32 | 89 | 87 | 40 | 0 | 1 | 2E | B3 | 2F | 25 |
| Octal | 62 | 211 | 207 | 100 | 0 | 1 | 56 | 263 | 57 | 45 |
| Binary | 110010 | 10001001 | 10000111 | 1000000 | 0 | 1 | 101110 | 10110011 | 101111 | 100101 |
Color Harmonies of #328987
Complementary color
Monochromatic Colors of #328987
Black with #328987
Text Example
Text Example
White with #328987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328987; }
p { color: rgb(50,137,135); }
H1.HeaderClassName
{
color: #328987;
}
.AnyTagClassName
{
color: #328987;
}
</style>
background-color css
<style>
a { background-color: #328987; }
a { background-color: rgb(50,137,135); }
div.DivClassName
{
background-color: #328987;
}
.BgClassName
{
background-color: #328987;
}
</style>
border-color css
<style>
span { border-color: #328987; }
span { border-color: rgb(50,137,135); }
td.TdClassName
{
border-color: #328987;
}
.TagClassName
{
border-color: #328987;
}
</style>