Shades of Blue Chill #328889
Tints of Blue Chill #328889
RGB
CMYK
RGB Variations
Color information
#328889 (or 0x328889) is known color: Blue Chill. HEX triplet: 32, 88 and 89. RGB value is (50,136,137). Sum of RGB (Red+Green+Blue) = 50+136+137=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 137 - color contains mainly: blue. Hex color #328889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328889 is #CD7776. Grayscale: #6E6E6E. Windows color (decimal): -13465463 or 9013298. OLE color: 9013298.
HSL color Cylindrical-coordinate representation of color #328889: hue angle of 180.69º 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 #328889 is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 136 | 137 | - |
| CMYK | 0.64 | 0.01 | 0 | 0.46 |
| HSL | 180.69º | 0.47% | 0.37% | - |
| HSV(B) | 180.69º | 0.64% | 0.54% | - |
| XYZ | 14.63 | 20.09 | 26.77 | - |
| YUV | 110.4 | 143.01 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 136 | 137 | 0.64 | 0.01 | 0 | 0.46 | 180.69 | 0.47 | 0.37 |
| Hex | 32 | 88 | 89 | 40 | 1 | 0 | 2E | B5 | 2F | 25 |
| Octal | 62 | 210 | 211 | 100 | 1 | 0 | 56 | 265 | 57 | 45 |
| Binary | 110010 | 10001000 | 10001001 | 1000000 | 1 | 0 | 101110 | 10110101 | 101111 | 100101 |
Color Harmonies of #328889
Complementary color
Monochromatic Colors of #328889
Black with #328889
Text Example
Text Example
White with #328889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328889; }
p { color: rgb(50,136,137); }
H1.HeaderClassName
{
color: #328889;
}
.AnyTagClassName
{
color: #328889;
}
</style>
background-color css
<style>
a { background-color: #328889; }
a { background-color: rgb(50,136,137); }
div.DivClassName
{
background-color: #328889;
}
.BgClassName
{
background-color: #328889;
}
</style>
border-color css
<style>
span { border-color: #328889; }
span { border-color: rgb(50,136,137); }
td.TdClassName
{
border-color: #328889;
}
.TagClassName
{
border-color: #328889;
}
</style>