Shades of Blue Chill #328E91
Tints of Blue Chill #328E91
RGB
CMYK
RGB Variations
Color information
#328E91 (or 0x328E91) is known color: Blue Chill. HEX triplet: 32, 8E and 91. RGB value is (50,142,145). Sum of RGB (Red+Green+Blue) = 50+142+145=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 142 (55.86% from 255 or 42.14% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 145 - color contains mainly: blue. Hex color #328E91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328E91 is #CD716E. Grayscale: #727272. Windows color (decimal): -13463919 or 9539122. OLE color: 9539122.
HSL color Cylindrical-coordinate representation of color #328E91: hue angle of 181.89º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #328E91 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 142 | 145 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.43 |
| HSL | 181.89º | 0.49% | 0.38% | - |
| HSV(B) | 181.89º | 0.66% | 0.57% | - |
| XYZ | 16.1 | 22.07 | 30.2 | - |
| YUV | 114.83 | 145.02 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 142 | 145 | 0.66 | 0.02 | 0 | 0.43 | 181.89 | 0.49 | 0.38 |
| Hex | 32 | 8E | 91 | 42 | 2 | 0 | 2B | B6 | 31 | 26 |
| Octal | 62 | 216 | 221 | 102 | 2 | 0 | 53 | 266 | 61 | 46 |
| Binary | 110010 | 10001110 | 10010001 | 1000010 | 10 | 0 | 101011 | 10110110 | 110001 | 100110 |
Color Harmonies of #328E91
Complementary color
Monochromatic Colors of #328E91
Black with #328E91
Text Example
Text Example
White with #328E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328E91; }
p { color: rgb(50,142,145); }
H1.HeaderClassName
{
color: #328E91;
}
.AnyTagClassName
{
color: #328E91;
}
</style>
background-color css
<style>
a { background-color: #328E91; }
a { background-color: rgb(50,142,145); }
div.DivClassName
{
background-color: #328E91;
}
.BgClassName
{
background-color: #328E91;
}
</style>
border-color css
<style>
span { border-color: #328E91; }
span { border-color: rgb(50,142,145); }
td.TdClassName
{
border-color: #328E91;
}
.TagClassName
{
border-color: #328E91;
}
</style>