Shades of Blue Chill #328985
Tints of Blue Chill #328985
RGB
CMYK
RGB Variations
Color information
#328985 (or 0x328985) is known color: Blue Chill. HEX triplet: 32, 89 and 85. RGB value is (50,137,133). Sum of RGB (Red+Green+Blue) = 50+137+133=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 137 - color contains mainly: green. Hex color #328985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328985 is #CD767A. Grayscale: #6E6E6E. Windows color (decimal): -13465211 or 8751410. OLE color: 8751410.
HSL color Cylindrical-coordinate representation of color #328985: hue angle of 177.24º 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 #328985 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 137 | 133 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.46 |
| HSL | 177.24º | 0.47% | 0.37% | - |
| HSV(B) | 177.24º | 0.64% | 0.54% | - |
| XYZ | 14.49 | 20.26 | 25.34 | - |
| YUV | 110.53 | 140.68 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 133 | 0.64 | 0 | 0.03 | 0.46 | 177.24 | 0.47 | 0.37 |
| Hex | 32 | 89 | 85 | 40 | 0 | 3 | 2E | B1 | 2F | 25 |
| Octal | 62 | 211 | 205 | 100 | 0 | 3 | 56 | 261 | 57 | 45 |
| Binary | 110010 | 10001001 | 10000101 | 1000000 | 0 | 11 | 101110 | 10110001 | 101111 | 100101 |
Color Harmonies of #328985
Complementary color
Monochromatic Colors of #328985
Black with #328985
Text Example
Text Example
White with #328985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328985; }
p { color: rgb(50,137,133); }
H1.HeaderClassName
{
color: #328985;
}
.AnyTagClassName
{
color: #328985;
}
</style>
background-color css
<style>
a { background-color: #328985; }
a { background-color: rgb(50,137,133); }
div.DivClassName
{
background-color: #328985;
}
.BgClassName
{
background-color: #328985;
}
</style>
border-color css
<style>
span { border-color: #328985; }
span { border-color: rgb(50,137,133); }
td.TdClassName
{
border-color: #328985;
}
.TagClassName
{
border-color: #328985;
}
</style>