Shades of Blue Chill #328790
Tints of Blue Chill #328790
RGB
CMYK
RGB Variations
Color information
#328790 (or 0x328790) is known color: Blue Chill. HEX triplet: 32, 87 and 90. RGB value is (50,135,144). Sum of RGB (Red+Green+Blue) = 50+135+144=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #328790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328790 is #CD786F. Grayscale: #6E6E6E. Windows color (decimal): -13465712 or 9471794. OLE color: 9471794.
HSL color Cylindrical-coordinate representation of color #328790: hue angle of 185.74º 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 #328790 is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 135 | 144 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.44 |
| HSL | 185.74º | 0.48% | 0.38% | - |
| HSV(B) | 185.74º | 0.65% | 0.56% | - |
| XYZ | 15.01 | 20.02 | 29.46 | - |
| YUV | 110.61 | 146.84 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 135 | 144 | 0.65 | 0.06 | 0 | 0.44 | 185.74 | 0.48 | 0.38 |
| Hex | 32 | 87 | 90 | 41 | 6 | 0 | 2C | BA | 30 | 26 |
| Octal | 62 | 207 | 220 | 101 | 6 | 0 | 54 | 272 | 60 | 46 |
| Binary | 110010 | 10000111 | 10010000 | 1000001 | 110 | 0 | 101100 | 10111010 | 110000 | 100110 |
Color Harmonies of #328790
Complementary color
Monochromatic Colors of #328790
Black with #328790
Text Example
Text Example
White with #328790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328790; }
p { color: rgb(50,135,144); }
H1.HeaderClassName
{
color: #328790;
}
.AnyTagClassName
{
color: #328790;
}
</style>
background-color css
<style>
a { background-color: #328790; }
a { background-color: rgb(50,135,144); }
div.DivClassName
{
background-color: #328790;
}
.BgClassName
{
background-color: #328790;
}
</style>
border-color css
<style>
span { border-color: #328790; }
span { border-color: rgb(50,135,144); }
td.TdClassName
{
border-color: #328790;
}
.TagClassName
{
border-color: #328790;
}
</style>