Shades of Blue Chill #328589
Tints of Blue Chill #328589
RGB
CMYK
RGB Variations
Color information
#328589 (or 0x328589) is known color: Blue Chill. HEX triplet: 32, 85 and 89. RGB value is (50,133,137). Sum of RGB (Red+Green+Blue) = 50+133+137=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 137 - color contains mainly: blue. Hex color #328589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328589 is #CD7A76. Grayscale: #6C6C6C. Windows color (decimal): -13466231 or 9012530. OLE color: 9012530.
HSL color Cylindrical-coordinate representation of color #328589: hue angle of 182.76º 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 #328589 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 133 | 137 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.46 |
| HSL | 182.76º | 0.47% | 0.37% | - |
| HSV(B) | 182.76º | 0.64% | 0.54% | - |
| XYZ | 14.22 | 19.26 | 26.63 | - |
| YUV | 108.64 | 144 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 137 | 0.64 | 0.03 | 0 | 0.46 | 182.76 | 0.47 | 0.37 |
| Hex | 32 | 85 | 89 | 40 | 3 | 0 | 2E | B7 | 2F | 25 |
| Octal | 62 | 205 | 211 | 100 | 3 | 0 | 56 | 267 | 57 | 45 |
| Binary | 110010 | 10000101 | 10001001 | 1000000 | 11 | 0 | 101110 | 10110111 | 101111 | 100101 |
Color Harmonies of #328589
Complementary color
Monochromatic Colors of #328589
Black with #328589
Text Example
Text Example
White with #328589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328589; }
p { color: rgb(50,133,137); }
H1.HeaderClassName
{
color: #328589;
}
.AnyTagClassName
{
color: #328589;
}
</style>
background-color css
<style>
a { background-color: #328589; }
a { background-color: rgb(50,133,137); }
div.DivClassName
{
background-color: #328589;
}
.BgClassName
{
background-color: #328589;
}
</style>
border-color css
<style>
span { border-color: #328589; }
span { border-color: rgb(50,133,137); }
td.TdClassName
{
border-color: #328589;
}
.TagClassName
{
border-color: #328589;
}
</style>