Shades of Blue Chill #32888A
Tints of Blue Chill #32888A
RGB
CMYK
RGB Variations
Color information
#32888A (or 0x32888A) is known color: Blue Chill. HEX triplet: 32, 88 and 8A. RGB value is (50,136,138). Sum of RGB (Red+Green+Blue) = 50+136+138=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 138 - color contains mainly: blue. Hex color #32888A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32888A is #CD7775. Grayscale: #6E6E6E. Windows color (decimal): -13465462 or 9078834. OLE color: 9078834.
HSL color Cylindrical-coordinate representation of color #32888A: hue angle of 181.36º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32888A is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 136 | 138 | - |
| CMYK | 0.64 | 0.01 | 0 | 0.46 |
| HSL | 181.36º | 0.47% | 0.37% | - |
| HSV(B) | 181.36º | 0.64% | 0.54% | - |
| XYZ | 14.71 | 20.12 | 27.15 | - |
| YUV | 110.51 | 143.51 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 136 | 138 | 0.64 | 0.01 | 0 | 0.46 | 181.36 | 0.47 | 0.37 |
| Hex | 32 | 88 | 8A | 40 | 1 | 0 | 2E | B5 | 2F | 25 |
| Octal | 62 | 210 | 212 | 100 | 1 | 0 | 56 | 265 | 57 | 45 |
| Binary | 110010 | 10001000 | 10001010 | 1000000 | 1 | 0 | 101110 | 10110101 | 101111 | 100101 |
Color Harmonies of #32888A
Complementary color
Monochromatic Colors of #32888A
Black with #32888A
Text Example
Text Example
White with #32888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32888A; }
p { color: rgb(50,136,138); }
H1.HeaderClassName
{
color: #32888A;
}
.AnyTagClassName
{
color: #32888A;
}
</style>
background-color css
<style>
a { background-color: #32888A; }
a { background-color: rgb(50,136,138); }
div.DivClassName
{
background-color: #32888A;
}
.BgClassName
{
background-color: #32888A;
}
</style>
border-color css
<style>
span { border-color: #32888A; }
span { border-color: rgb(50,136,138); }
td.TdClassName
{
border-color: #32888A;
}
.TagClassName
{
border-color: #32888A;
}
</style>