Shades of Blue Chill #328E8B
Tints of Blue Chill #328E8B
RGB
CMYK
RGB Variations
Color information
#328E8B (or 0x328E8B) is known color: Blue Chill. HEX triplet: 32, 8E and 8B. RGB value is (50,142,139). Sum of RGB (Red+Green+Blue) = 50+142+139=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 142 (55.86% from 255 or 42.90% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 142 - color contains mainly: green. Hex color #328E8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328E8B is #CD7174. Grayscale: #727272. Windows color (decimal): -13463925 or 9145906. OLE color: 9145906.
HSL color Cylindrical-coordinate representation of color #328E8B: hue angle of 178.04º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328E8B is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 142 | 139 | - |
| CMYK | 0.65 | 0 | 0.02 | 0.44 |
| HSL | 178.04º | 0.48% | 0.38% | - |
| HSV(B) | 178.04º | 0.65% | 0.56% | - |
| XYZ | 15.65 | 21.89 | 27.83 | - |
| YUV | 114.15 | 142.02 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 142 | 139 | 0.65 | 0 | 0.02 | 0.44 | 178.04 | 0.48 | 0.38 |
| Hex | 32 | 8E | 8B | 41 | 0 | 2 | 2C | B2 | 30 | 26 |
| Octal | 62 | 216 | 213 | 101 | 0 | 2 | 54 | 262 | 60 | 46 |
| Binary | 110010 | 10001110 | 10001011 | 1000001 | 0 | 10 | 101100 | 10110010 | 110000 | 100110 |
Color Harmonies of #328E8B
Complementary color
Monochromatic Colors of #328E8B
Black with #328E8B
Text Example
Text Example
White with #328E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328E8B; }
p { color: rgb(50,142,139); }
H1.HeaderClassName
{
color: #328E8B;
}
.AnyTagClassName
{
color: #328E8B;
}
</style>
background-color css
<style>
a { background-color: #328E8B; }
a { background-color: rgb(50,142,139); }
div.DivClassName
{
background-color: #328E8B;
}
.BgClassName
{
background-color: #328E8B;
}
</style>
border-color css
<style>
span { border-color: #328E8B; }
span { border-color: rgb(50,142,139); }
td.TdClassName
{
border-color: #328E8B;
}
.TagClassName
{
border-color: #328E8B;
}
</style>