Shades of Blue Chill #328489
Tints of Blue Chill #328489
RGB
CMYK
RGB Variations
Color information
#328489 (or 0x328489) is known color: Blue Chill. HEX triplet: 32, 84 and 89. RGB value is (50,132,137). Sum of RGB (Red+Green+Blue) = 50+132+137=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 137 - color contains mainly: blue. Hex color #328489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328489 is #CD7B76. Grayscale: #6B6B6B. Windows color (decimal): -13466487 or 9012274. OLE color: 9012274.
HSL color Cylindrical-coordinate representation of color #328489: hue angle of 183.45º 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 #328489 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 132 | 137 | - |
| CMYK | 0.64 | 0.04 | 0 | 0.46 |
| HSL | 183.45º | 0.47% | 0.37% | - |
| HSV(B) | 183.45º | 0.64% | 0.54% | - |
| XYZ | 14.08 | 18.99 | 26.59 | - |
| YUV | 108.05 | 144.33 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 132 | 137 | 0.64 | 0.04 | 0 | 0.46 | 183.45 | 0.47 | 0.37 |
| Hex | 32 | 84 | 89 | 40 | 4 | 0 | 2E | B7 | 2F | 25 |
| Octal | 62 | 204 | 211 | 100 | 4 | 0 | 56 | 267 | 57 | 45 |
| Binary | 110010 | 10000100 | 10001001 | 1000000 | 100 | 0 | 101110 | 10110111 | 101111 | 100101 |
Color Harmonies of #328489
Complementary color
Monochromatic Colors of #328489
Black with #328489
Text Example
Text Example
White with #328489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328489; }
p { color: rgb(50,132,137); }
H1.HeaderClassName
{
color: #328489;
}
.AnyTagClassName
{
color: #328489;
}
</style>
background-color css
<style>
a { background-color: #328489; }
a { background-color: rgb(50,132,137); }
div.DivClassName
{
background-color: #328489;
}
.BgClassName
{
background-color: #328489;
}
</style>
border-color css
<style>
span { border-color: #328489; }
span { border-color: rgb(50,132,137); }
td.TdClassName
{
border-color: #328489;
}
.TagClassName
{
border-color: #328489;
}
</style>