Shades of Blue Chill #32898D
Tints of Blue Chill #32898D
RGB
CMYK
RGB Variations
Color information
#32898D (or 0x32898D) is known color: Blue Chill. HEX triplet: 32, 89 and 8D. RGB value is (50,137,141). Sum of RGB (Red+Green+Blue) = 50+137+141=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 141 - color contains mainly: blue. Hex color #32898D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32898D is #CD7672. Grayscale: #6F6F6F. Windows color (decimal): -13465203 or 9275698. OLE color: 9275698.
HSL color Cylindrical-coordinate representation of color #32898D: hue angle of 182.64º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32898D is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 137 | 141 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.45 |
| HSL | 182.64º | 0.48% | 0.37% | - |
| HSV(B) | 182.64º | 0.65% | 0.55% | - |
| XYZ | 15.07 | 20.49 | 28.36 | - |
| YUV | 111.44 | 144.68 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 141 | 0.65 | 0.03 | 0 | 0.45 | 182.64 | 0.48 | 0.37 |
| Hex | 32 | 89 | 8D | 41 | 3 | 0 | 2D | B7 | 30 | 25 |
| Octal | 62 | 211 | 215 | 101 | 3 | 0 | 55 | 267 | 60 | 45 |
| Binary | 110010 | 10001001 | 10001101 | 1000001 | 11 | 0 | 101101 | 10110111 | 110000 | 100101 |
Color Harmonies of #32898D
Complementary color
Monochromatic Colors of #32898D
Black with #32898D
Text Example
Text Example
White with #32898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32898D; }
p { color: rgb(50,137,141); }
H1.HeaderClassName
{
color: #32898D;
}
.AnyTagClassName
{
color: #32898D;
}
</style>
background-color css
<style>
a { background-color: #32898D; }
a { background-color: rgb(50,137,141); }
div.DivClassName
{
background-color: #32898D;
}
.BgClassName
{
background-color: #32898D;
}
</style>
border-color css
<style>
span { border-color: #32898D; }
span { border-color: rgb(50,137,141); }
td.TdClassName
{
border-color: #32898D;
}
.TagClassName
{
border-color: #32898D;
}
</style>