Shades of Blue Chill #32938D
Tints of Blue Chill #32938D
RGB
CMYK
RGB Variations
Color information
#32938D (or 0x32938D) is known color: Blue Chill. HEX triplet: 32, 93 and 8D. RGB value is (50,147,141). Sum of RGB (Red+Green+Blue) = 50+147+141=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 147 - color contains mainly: green. Hex color #32938D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32938D is #CD6C72. Grayscale: #757575. Windows color (decimal): -13462643 or 9278258. OLE color: 9278258.
HSL color Cylindrical-coordinate representation of color #32938D: hue angle of 176.29º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32938D is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 147 | 141 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.42 |
| HSL | 176.29º | 0.49% | 0.39% | - |
| HSV(B) | 176.29º | 0.66% | 0.58% | - |
| XYZ | 16.56 | 23.47 | 28.86 | - |
| YUV | 117.31 | 141.36 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 147 | 141 | 0.66 | 0 | 0.04 | 0.42 | 176.29 | 0.49 | 0.39 |
| Hex | 32 | 93 | 8D | 42 | 0 | 4 | 2A | B0 | 31 | 27 |
| Octal | 62 | 223 | 215 | 102 | 0 | 4 | 52 | 260 | 61 | 47 |
| Binary | 110010 | 10010011 | 10001101 | 1000010 | 0 | 100 | 101010 | 10110000 | 110001 | 100111 |
Color Harmonies of #32938D
Complementary color
Monochromatic Colors of #32938D
Black with #32938D
Text Example
Text Example
White with #32938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32938D; }
p { color: rgb(50,147,141); }
H1.HeaderClassName
{
color: #32938D;
}
.AnyTagClassName
{
color: #32938D;
}
</style>
background-color css
<style>
a { background-color: #32938D; }
a { background-color: rgb(50,147,141); }
div.DivClassName
{
background-color: #32938D;
}
.BgClassName
{
background-color: #32938D;
}
</style>
border-color css
<style>
span { border-color: #32938D; }
span { border-color: rgb(50,147,141); }
td.TdClassName
{
border-color: #32938D;
}
.TagClassName
{
border-color: #32938D;
}
</style>