Shades of Blue Chill #328D93
Tints of Blue Chill #328D93
RGB
CMYK
RGB Variations
Color information
#328D93 (or 0x328D93) is known color: Blue Chill. HEX triplet: 32, 8D and 93. RGB value is (50,141,147). Sum of RGB (Red+Green+Blue) = 50+141+147=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 147 - color contains mainly: blue. Hex color #328D93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328D93 is #CD726C. Grayscale: #727272. Windows color (decimal): -13464173 or 9669938. OLE color: 9669938.
HSL color Cylindrical-coordinate representation of color #328D93: hue angle of 183.71º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #328D93 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 141 | 147 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.42 |
| HSL | 183.71º | 0.49% | 0.39% | - |
| HSV(B) | 183.71º | 0.66% | 0.58% | - |
| XYZ | 16.11 | 21.83 | 30.97 | - |
| YUV | 114.48 | 146.35 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 141 | 147 | 0.66 | 0.04 | 0 | 0.42 | 183.71 | 0.49 | 0.39 |
| Hex | 32 | 8D | 93 | 42 | 4 | 0 | 2A | B8 | 31 | 27 |
| Octal | 62 | 215 | 223 | 102 | 4 | 0 | 52 | 270 | 61 | 47 |
| Binary | 110010 | 10001101 | 10010011 | 1000010 | 100 | 0 | 101010 | 10111000 | 110001 | 100111 |
Color Harmonies of #328D93
Complementary color
Monochromatic Colors of #328D93
Black with #328D93
Text Example
Text Example
White with #328D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328D93; }
p { color: rgb(50,141,147); }
H1.HeaderClassName
{
color: #328D93;
}
.AnyTagClassName
{
color: #328D93;
}
</style>
background-color css
<style>
a { background-color: #328D93; }
a { background-color: rgb(50,141,147); }
div.DivClassName
{
background-color: #328D93;
}
.BgClassName
{
background-color: #328D93;
}
</style>
border-color css
<style>
span { border-color: #328D93; }
span { border-color: rgb(50,141,147); }
td.TdClassName
{
border-color: #328D93;
}
.TagClassName
{
border-color: #328D93;
}
</style>