Shades of Blue Chill #32898C
Tints of Blue Chill #32898C
RGB
CMYK
RGB Variations
Color information
#32898C (or 0x32898C) is known color: Blue Chill. HEX triplet: 32, 89 and 8C. RGB value is (50,137,140). Sum of RGB (Red+Green+Blue) = 50+137+140=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 140 - color contains mainly: blue. Hex color #32898C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32898C is #CD7673. Grayscale: #6F6F6F. Windows color (decimal): -13465204 or 9210162. OLE color: 9210162.
HSL color Cylindrical-coordinate representation of color #32898C: hue angle of 182º 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 #32898C is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 137 | 140 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.45 |
| HSL | 182º | 0.47% | 0.37% | - |
| HSV(B) | 182º | 0.64% | 0.55% | - |
| XYZ | 14.99 | 20.46 | 27.97 | - |
| YUV | 111.33 | 144.18 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 140 | 0.64 | 0.02 | 0 | 0.45 | 182 | 0.47 | 0.37 |
| Hex | 32 | 89 | 8C | 40 | 2 | 0 | 2D | B6 | 2F | 25 |
| Octal | 62 | 211 | 214 | 100 | 2 | 0 | 55 | 266 | 57 | 45 |
| Binary | 110010 | 10001001 | 10001100 | 1000000 | 10 | 0 | 101101 | 10110110 | 101111 | 100101 |
Color Harmonies of #32898C
Complementary color
Monochromatic Colors of #32898C
Black with #32898C
Text Example
Text Example
White with #32898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32898C; }
p { color: rgb(50,137,140); }
H1.HeaderClassName
{
color: #32898C;
}
.AnyTagClassName
{
color: #32898C;
}
</style>
background-color css
<style>
a { background-color: #32898C; }
a { background-color: rgb(50,137,140); }
div.DivClassName
{
background-color: #32898C;
}
.BgClassName
{
background-color: #32898C;
}
</style>
border-color css
<style>
span { border-color: #32898C; }
span { border-color: rgb(50,137,140); }
td.TdClassName
{
border-color: #32898C;
}
.TagClassName
{
border-color: #32898C;
}
</style>