Shades of Blue Chill #328B87
Tints of Blue Chill #328B87
RGB
CMYK
RGB Variations
Color information
#328B87 (or 0x328B87) is known color: Blue Chill. HEX triplet: 32, 8B and 87. RGB value is (50,139,135). Sum of RGB (Red+Green+Blue) = 50+139+135=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 139 - color contains mainly: green. Hex color #328B87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328B87 is #CD7478. Grayscale: #6F6F6F. Windows color (decimal): -13464697 or 8882994. OLE color: 8882994.
HSL color Cylindrical-coordinate representation of color #328B87: hue angle of 177.3º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328B87 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 139 | 135 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.45 |
| HSL | 177.3º | 0.47% | 0.37% | - |
| HSV(B) | 177.3º | 0.64% | 0.55% | - |
| XYZ | 14.92 | 20.89 | 26.17 | - |
| YUV | 111.93 | 141.01 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 135 | 0.64 | 0 | 0.03 | 0.45 | 177.3 | 0.47 | 0.37 |
| Hex | 32 | 8B | 87 | 40 | 0 | 3 | 2D | B1 | 2F | 25 |
| Octal | 62 | 213 | 207 | 100 | 0 | 3 | 55 | 261 | 57 | 45 |
| Binary | 110010 | 10001011 | 10000111 | 1000000 | 0 | 11 | 101101 | 10110001 | 101111 | 100101 |
Color Harmonies of #328B87
Complementary color
Monochromatic Colors of #328B87
Black with #328B87
Text Example
Text Example
White with #328B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328B87; }
p { color: rgb(50,139,135); }
H1.HeaderClassName
{
color: #328B87;
}
.AnyTagClassName
{
color: #328B87;
}
</style>
background-color css
<style>
a { background-color: #328B87; }
a { background-color: rgb(50,139,135); }
div.DivClassName
{
background-color: #328B87;
}
.BgClassName
{
background-color: #328B87;
}
</style>
border-color css
<style>
span { border-color: #328B87; }
span { border-color: rgb(50,139,135); }
td.TdClassName
{
border-color: #328B87;
}
.TagClassName
{
border-color: #328B87;
}
</style>