Shades of Blue Chill #328885
Tints of Blue Chill #328885
RGB
CMYK
RGB Variations
Color information
#328885 (or 0x328885) is known color: Blue Chill. HEX triplet: 32, 88 and 85. RGB value is (50,136,133). Sum of RGB (Red+Green+Blue) = 50+136+133=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 136 - color contains mainly: green. Hex color #328885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328885 is #CD777A. Grayscale: #6D6D6D. Windows color (decimal): -13465467 or 8751154. OLE color: 8751154.
HSL color Cylindrical-coordinate representation of color #328885: hue angle of 177.91º 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 #328885 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 136 | 133 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.47 |
| HSL | 177.91º | 0.46% | 0.36% | - |
| HSV(B) | 177.91º | 0.63% | 0.53% | - |
| XYZ | 14.35 | 19.98 | 25.29 | - |
| YUV | 109.94 | 141.01 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 136 | 133 | 0.63 | 0 | 0.02 | 0.47 | 177.91 | 0.46 | 0.36 |
| Hex | 32 | 88 | 85 | 3F | 0 | 2 | 2F | B2 | 2E | 24 |
| Octal | 62 | 210 | 205 | 77 | 0 | 2 | 57 | 262 | 56 | 44 |
| Binary | 110010 | 10001000 | 10000101 | 111111 | 0 | 10 | 101111 | 10110010 | 101110 | 100100 |
Color Harmonies of #328885
Complementary color
Monochromatic Colors of #328885
Black with #328885
Text Example
Text Example
White with #328885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328885; }
p { color: rgb(50,136,133); }
H1.HeaderClassName
{
color: #328885;
}
.AnyTagClassName
{
color: #328885;
}
</style>
background-color css
<style>
a { background-color: #328885; }
a { background-color: rgb(50,136,133); }
div.DivClassName
{
background-color: #328885;
}
.BgClassName
{
background-color: #328885;
}
</style>
border-color css
<style>
span { border-color: #328885; }
span { border-color: rgb(50,136,133); }
td.TdClassName
{
border-color: #328885;
}
.TagClassName
{
border-color: #328885;
}
</style>