Shades of Blue Chill #32828E
Tints of Blue Chill #32828E
RGB
CMYK
RGB Variations
Color information
#32828E (or 0x32828E) is known color: Blue Chill. HEX triplet: 32, 82 and 8E. RGB value is (50,130,142). Sum of RGB (Red+Green+Blue) = 50+130+142=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 142 - color contains mainly: blue. Hex color #32828E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32828E is #CD7D71. Grayscale: #6B6B6B. Windows color (decimal): -13466994 or 9339442. OLE color: 9339442.
HSL color Cylindrical-coordinate representation of color #32828E: hue angle of 187.83º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32828E is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 130 | 142 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.44 |
| HSL | 187.83º | 0.48% | 0.38% | - |
| HSV(B) | 187.83º | 0.65% | 0.56% | - |
| XYZ | 14.18 | 18.6 | 28.43 | - |
| YUV | 107.45 | 147.5 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 130 | 142 | 0.65 | 0.08 | 0 | 0.44 | 187.83 | 0.48 | 0.38 |
| Hex | 32 | 82 | 8E | 41 | 8 | 0 | 2C | BC | 30 | 26 |
| Octal | 62 | 202 | 216 | 101 | 10 | 0 | 54 | 274 | 60 | 46 |
| Binary | 110010 | 10000010 | 10001110 | 1000001 | 1000 | 0 | 101100 | 10111100 | 110000 | 100110 |
Color Harmonies of #32828E
Complementary color
Monochromatic Colors of #32828E
Black with #32828E
Text Example
Text Example
White with #32828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32828E; }
p { color: rgb(50,130,142); }
H1.HeaderClassName
{
color: #32828E;
}
.AnyTagClassName
{
color: #32828E;
}
</style>
background-color css
<style>
a { background-color: #32828E; }
a { background-color: rgb(50,130,142); }
div.DivClassName
{
background-color: #32828E;
}
.BgClassName
{
background-color: #32828E;
}
</style>
border-color css
<style>
span { border-color: #32828E; }
span { border-color: rgb(50,130,142); }
td.TdClassName
{
border-color: #32828E;
}
.TagClassName
{
border-color: #32828E;
}
</style>