Shades of Blue Chill #328B8A
Tints of Blue Chill #328B8A
RGB
CMYK
RGB Variations
Color information
#328B8A (or 0x328B8A) is known color: Blue Chill. HEX triplet: 32, 8B and 8A. RGB value is (50,139,138). Sum of RGB (Red+Green+Blue) = 50+139+138=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 139 - color contains mainly: green. Hex color #328B8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328B8A is #CD7475. Grayscale: #707070. Windows color (decimal): -13464694 or 9079602. OLE color: 9079602.
HSL color Cylindrical-coordinate representation of color #328B8A: hue angle of 179.33º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328B8A is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 139 | 138 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.45 |
| HSL | 179.33º | 0.47% | 0.37% | - |
| HSV(B) | 179.33º | 0.64% | 0.55% | - |
| XYZ | 15.14 | 20.98 | 27.3 | - |
| YUV | 112.28 | 142.51 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 138 | 0.64 | 0 | 0.01 | 0.45 | 179.33 | 0.47 | 0.37 |
| Hex | 32 | 8B | 8A | 40 | 0 | 1 | 2D | B3 | 2F | 25 |
| Octal | 62 | 213 | 212 | 100 | 0 | 1 | 55 | 263 | 57 | 45 |
| Binary | 110010 | 10001011 | 10001010 | 1000000 | 0 | 1 | 101101 | 10110011 | 101111 | 100101 |
Color Harmonies of #328B8A
Complementary color
Monochromatic Colors of #328B8A
Black with #328B8A
Text Example
Text Example
White with #328B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328B8A; }
p { color: rgb(50,139,138); }
H1.HeaderClassName
{
color: #328B8A;
}
.AnyTagClassName
{
color: #328B8A;
}
</style>
background-color css
<style>
a { background-color: #328B8A; }
a { background-color: rgb(50,139,138); }
div.DivClassName
{
background-color: #328B8A;
}
.BgClassName
{
background-color: #328B8A;
}
</style>
border-color css
<style>
span { border-color: #328B8A; }
span { border-color: rgb(50,139,138); }
td.TdClassName
{
border-color: #328B8A;
}
.TagClassName
{
border-color: #328B8A;
}
</style>