Shades of Blue Chill #32828C
Tints of Blue Chill #32828C
RGB
CMYK
RGB Variations
Color information
#32828C (or 0x32828C) is known color: Blue Chill. HEX triplet: 32, 82 and 8C. RGB value is (50,130,140). Sum of RGB (Red+Green+Blue) = 50+130+140=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 140 - color contains mainly: blue. Hex color #32828C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32828C is #CD7D73. Grayscale: #6B6B6B. Windows color (decimal): -13466996 or 9208370. OLE color: 9208370.
HSL color Cylindrical-coordinate representation of color #32828C: hue angle of 186.67º 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 #32828C is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 130 | 140 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.45 |
| HSL | 186.67º | 0.47% | 0.37% | - |
| HSV(B) | 186.67º | 0.64% | 0.55% | - |
| XYZ | 14.03 | 18.54 | 27.65 | - |
| YUV | 107.22 | 146.5 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 130 | 140 | 0.64 | 0.07 | 0 | 0.45 | 186.67 | 0.47 | 0.37 |
| Hex | 32 | 82 | 8C | 40 | 7 | 0 | 2D | BB | 2F | 25 |
| Octal | 62 | 202 | 214 | 100 | 7 | 0 | 55 | 273 | 57 | 45 |
| Binary | 110010 | 10000010 | 10001100 | 1000000 | 111 | 0 | 101101 | 10111011 | 101111 | 100101 |
Color Harmonies of #32828C
Complementary color
Monochromatic Colors of #32828C
Black with #32828C
Text Example
Text Example
White with #32828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32828C; }
p { color: rgb(50,130,140); }
H1.HeaderClassName
{
color: #32828C;
}
.AnyTagClassName
{
color: #32828C;
}
</style>
background-color css
<style>
a { background-color: #32828C; }
a { background-color: rgb(50,130,140); }
div.DivClassName
{
background-color: #32828C;
}
.BgClassName
{
background-color: #32828C;
}
</style>
border-color css
<style>
span { border-color: #32828C; }
span { border-color: rgb(50,130,140); }
td.TdClassName
{
border-color: #32828C;
}
.TagClassName
{
border-color: #32828C;
}
</style>