Shades of Blue Chill #32918D
Tints of Blue Chill #32918D
RGB
CMYK
RGB Variations
Color information
#32918D (or 0x32918D) is known color: Blue Chill. HEX triplet: 32, 91 and 8D. RGB value is (50,145,141). Sum of RGB (Red+Green+Blue) = 50+145+141=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #32918D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32918D is #CD6E72. Grayscale: #747474. Windows color (decimal): -13463155 or 9277746. OLE color: 9277746.
HSL color Cylindrical-coordinate representation of color #32918D: hue angle of 177.47º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32918D is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 145 | 141 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.43 |
| HSL | 177.47º | 0.49% | 0.38% | - |
| HSV(B) | 177.47º | 0.66% | 0.57% | - |
| XYZ | 16.25 | 22.85 | 28.75 | - |
| YUV | 116.14 | 142.03 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 145 | 141 | 0.66 | 0 | 0.03 | 0.43 | 177.47 | 0.49 | 0.38 |
| Hex | 32 | 91 | 8D | 42 | 0 | 3 | 2B | B1 | 31 | 26 |
| Octal | 62 | 221 | 215 | 102 | 0 | 3 | 53 | 261 | 61 | 46 |
| Binary | 110010 | 10010001 | 10001101 | 1000010 | 0 | 11 | 101011 | 10110001 | 110001 | 100110 |
Color Harmonies of #32918D
Complementary color
Monochromatic Colors of #32918D
Black with #32918D
Text Example
Text Example
White with #32918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32918D; }
p { color: rgb(50,145,141); }
H1.HeaderClassName
{
color: #32918D;
}
.AnyTagClassName
{
color: #32918D;
}
</style>
background-color css
<style>
a { background-color: #32918D; }
a { background-color: rgb(50,145,141); }
div.DivClassName
{
background-color: #32918D;
}
.BgClassName
{
background-color: #32918D;
}
</style>
border-color css
<style>
span { border-color: #32918D; }
span { border-color: rgb(50,145,141); }
td.TdClassName
{
border-color: #32918D;
}
.TagClassName
{
border-color: #32918D;
}
</style>