Shades of Blue Chill #328A88
Tints of Blue Chill #328A88
RGB
CMYK
RGB Variations
Color information
#328A88 (or 0x328A88) is known color: Blue Chill. HEX triplet: 32, 8A and 88. RGB value is (50,138,136). Sum of RGB (Red+Green+Blue) = 50+138+136=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 138 - color contains mainly: green. Hex color #328A88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328A88 is #CD7577. Grayscale: #6F6F6F. Windows color (decimal): -13464952 or 8948274. OLE color: 8948274.
HSL color Cylindrical-coordinate representation of color #328A88: hue angle of 178.64º 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 #328A88 is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 138 | 136 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.46 |
| HSL | 178.64º | 0.47% | 0.37% | - |
| HSV(B) | 178.64º | 0.64% | 0.54% | - |
| XYZ | 14.85 | 20.63 | 26.49 | - |
| YUV | 111.46 | 141.85 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 138 | 136 | 0.64 | 0 | 0.01 | 0.46 | 178.64 | 0.47 | 0.37 |
| Hex | 32 | 8A | 88 | 40 | 0 | 1 | 2E | B3 | 2F | 25 |
| Octal | 62 | 212 | 210 | 100 | 0 | 1 | 56 | 263 | 57 | 45 |
| Binary | 110010 | 10001010 | 10001000 | 1000000 | 0 | 1 | 101110 | 10110011 | 101111 | 100101 |
Color Harmonies of #328A88
Complementary color
Monochromatic Colors of #328A88
Black with #328A88
Text Example
Text Example
White with #328A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328A88; }
p { color: rgb(50,138,136); }
H1.HeaderClassName
{
color: #328A88;
}
.AnyTagClassName
{
color: #328A88;
}
</style>
background-color css
<style>
a { background-color: #328A88; }
a { background-color: rgb(50,138,136); }
div.DivClassName
{
background-color: #328A88;
}
.BgClassName
{
background-color: #328A88;
}
</style>
border-color css
<style>
span { border-color: #328A88; }
span { border-color: rgb(50,138,136); }
td.TdClassName
{
border-color: #328A88;
}
.TagClassName
{
border-color: #328A88;
}
</style>