Shades of Blue Chill #328690
Tints of Blue Chill #328690
RGB
CMYK
RGB Variations
Color information
#328690 (or 0x328690) is known color: Blue Chill. HEX triplet: 32, 86 and 90. RGB value is (50,134,144). Sum of RGB (Red+Green+Blue) = 50+134+144=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #328690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328690 is #CD796F. Grayscale: #6D6D6D. Windows color (decimal): -13465968 or 9471538. OLE color: 9471538.
HSL color Cylindrical-coordinate representation of color #328690: hue angle of 186.38º 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 #328690 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 134 | 144 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.44 |
| HSL | 186.38º | 0.48% | 0.38% | - |
| HSV(B) | 186.38º | 0.65% | 0.56% | - |
| XYZ | 14.87 | 19.74 | 29.41 | - |
| YUV | 110.02 | 147.17 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 134 | 144 | 0.65 | 0.07 | 0 | 0.44 | 186.38 | 0.48 | 0.38 |
| Hex | 32 | 86 | 90 | 41 | 7 | 0 | 2C | BA | 30 | 26 |
| Octal | 62 | 206 | 220 | 101 | 7 | 0 | 54 | 272 | 60 | 46 |
| Binary | 110010 | 10000110 | 10010000 | 1000001 | 111 | 0 | 101100 | 10111010 | 110000 | 100110 |
Color Harmonies of #328690
Complementary color
Monochromatic Colors of #328690
Black with #328690
Text Example
Text Example
White with #328690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328690; }
p { color: rgb(50,134,144); }
H1.HeaderClassName
{
color: #328690;
}
.AnyTagClassName
{
color: #328690;
}
</style>
background-color css
<style>
a { background-color: #328690; }
a { background-color: rgb(50,134,144); }
div.DivClassName
{
background-color: #328690;
}
.BgClassName
{
background-color: #328690;
}
</style>
border-color css
<style>
span { border-color: #328690; }
span { border-color: rgb(50,134,144); }
td.TdClassName
{
border-color: #328690;
}
.TagClassName
{
border-color: #328690;
}
</style>