Shades of Blue Chill #32848C
Tints of Blue Chill #32848C
RGB
CMYK
RGB Variations
Color information
#32848C (or 0x32848C) is known color: Blue Chill. HEX triplet: 32, 84 and 8C. RGB value is (50,132,140). Sum of RGB (Red+Green+Blue) = 50+132+140=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 140 - color contains mainly: blue. Hex color #32848C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32848C is #CD7B73. Grayscale: #6C6C6C. Windows color (decimal): -13466484 or 9208882. OLE color: 9208882.
HSL color Cylindrical-coordinate representation of color #32848C: hue angle of 185.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 #32848C is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 132 | 140 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.45 |
| HSL | 185.33º | 0.47% | 0.37% | - |
| HSV(B) | 185.33º | 0.64% | 0.55% | - |
| XYZ | 14.3 | 19.07 | 27.74 | - |
| YUV | 108.39 | 145.83 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 132 | 140 | 0.64 | 0.06 | 0 | 0.45 | 185.33 | 0.47 | 0.37 |
| Hex | 32 | 84 | 8C | 40 | 6 | 0 | 2D | B9 | 2F | 25 |
| Octal | 62 | 204 | 214 | 100 | 6 | 0 | 55 | 271 | 57 | 45 |
| Binary | 110010 | 10000100 | 10001100 | 1000000 | 110 | 0 | 101101 | 10111001 | 101111 | 100101 |
Color Harmonies of #32848C
Complementary color
Monochromatic Colors of #32848C
Black with #32848C
Text Example
Text Example
White with #32848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32848C; }
p { color: rgb(50,132,140); }
H1.HeaderClassName
{
color: #32848C;
}
.AnyTagClassName
{
color: #32848C;
}
</style>
background-color css
<style>
a { background-color: #32848C; }
a { background-color: rgb(50,132,140); }
div.DivClassName
{
background-color: #32848C;
}
.BgClassName
{
background-color: #32848C;
}
</style>
border-color css
<style>
span { border-color: #32848C; }
span { border-color: rgb(50,132,140); }
td.TdClassName
{
border-color: #32848C;
}
.TagClassName
{
border-color: #32848C;
}
</style>