Shades of Blue Chill #328888
Tints of Blue Chill #328888
RGB
CMYK
RGB Variations
Color information
#328888 (or 0x328888) is known color: Blue Chill. HEX triplet: 32, 88 and 88. RGB value is (50,136,136). Sum of RGB (Red+Green+Blue) = 50+136+136=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #328888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328888 is #CD7777. Grayscale: #6E6E6E. Windows color (decimal): -13465464 or 8947762. OLE color: 8947762.
HSL color Cylindrical-coordinate representation of color #328888: hue angle of 180º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328888 is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 136 | 136 | - |
| CMYK | 0.63 | 0 | 0 | 0.47 |
| HSL | 180º | 0.46% | 0.36% | - |
| HSV(B) | 180º | 0.63% | 0.53% | - |
| XYZ | 14.56 | 20.06 | 26.4 | - |
| YUV | 110.29 | 142.51 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 136 | 136 | 0.63 | 0 | 0 | 0.47 | 180 | 0.46 | 0.36 |
| Hex | 32 | 88 | 88 | 3F | 0 | 0 | 2F | B4 | 2E | 24 |
| Octal | 62 | 210 | 210 | 77 | 0 | 0 | 57 | 264 | 56 | 44 |
| Binary | 110010 | 10001000 | 10001000 | 111111 | 0 | 0 | 101111 | 10110100 | 101110 | 100100 |
Color Harmonies of #328888
Complementary color
Monochromatic Colors of #328888
Black with #328888
Text Example
Text Example
White with #328888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328888; }
p { color: rgb(50,136,136); }
H1.HeaderClassName
{
color: #328888;
}
.AnyTagClassName
{
color: #328888;
}
</style>
background-color css
<style>
a { background-color: #328888; }
a { background-color: rgb(50,136,136); }
div.DivClassName
{
background-color: #328888;
}
.BgClassName
{
background-color: #328888;
}
</style>
border-color css
<style>
span { border-color: #328888; }
span { border-color: rgb(50,136,136); }
td.TdClassName
{
border-color: #328888;
}
.TagClassName
{
border-color: #328888;
}
</style>