Shades of Blue Chill #32938C
Tints of Blue Chill #32938C
RGB
CMYK
RGB Variations
Color information
#32938C (or 0x32938C) is known color: Blue Chill. HEX triplet: 32, 93 and 8C. RGB value is (50,147,140). Sum of RGB (Red+Green+Blue) = 50+147+140=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 147 - color contains mainly: green. Hex color #32938C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32938C is #CD6C73. Grayscale: #757575. Windows color (decimal): -13462644 or 9212722. OLE color: 9212722.
HSL color Cylindrical-coordinate representation of color #32938C: hue angle of 175.67º 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 #32938C is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 147 | 140 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.42 |
| HSL | 175.67º | 0.49% | 0.39% | - |
| HSV(B) | 175.67º | 0.66% | 0.58% | - |
| XYZ | 16.48 | 23.44 | 28.47 | - |
| YUV | 117.2 | 140.86 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 147 | 140 | 0.66 | 0 | 0.05 | 0.42 | 175.67 | 0.49 | 0.39 |
| Hex | 32 | 93 | 8C | 42 | 0 | 5 | 2A | B0 | 31 | 27 |
| Octal | 62 | 223 | 214 | 102 | 0 | 5 | 52 | 260 | 61 | 47 |
| Binary | 110010 | 10010011 | 10001100 | 1000010 | 0 | 101 | 101010 | 10110000 | 110001 | 100111 |
Color Harmonies of #32938C
Complementary color
Monochromatic Colors of #32938C
Black with #32938C
Text Example
Text Example
White with #32938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32938C; }
p { color: rgb(50,147,140); }
H1.HeaderClassName
{
color: #32938C;
}
.AnyTagClassName
{
color: #32938C;
}
</style>
background-color css
<style>
a { background-color: #32938C; }
a { background-color: rgb(50,147,140); }
div.DivClassName
{
background-color: #32938C;
}
.BgClassName
{
background-color: #32938C;
}
</style>
border-color css
<style>
span { border-color: #32938C; }
span { border-color: rgb(50,147,140); }
td.TdClassName
{
border-color: #32938C;
}
.TagClassName
{
border-color: #32938C;
}
</style>