Shades of Blue Chill #32928E
Tints of Blue Chill #32928E
RGB
CMYK
RGB Variations
Color information
#32928E (or 0x32928E) is known color: Blue Chill. HEX triplet: 32, 92 and 8E. RGB value is (50,146,142). Sum of RGB (Red+Green+Blue) = 50+146+142=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 146 - color contains mainly: green. Hex color #32928E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32928E is #CD6D71. Grayscale: #747474. Windows color (decimal): -13462898 or 9343538. OLE color: 9343538.
HSL color Cylindrical-coordinate representation of color #32928E: hue angle of 177.5º 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 #32928E is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 146 | 142 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.43 |
| HSL | 177.5º | 0.49% | 0.38% | - |
| HSV(B) | 177.5º | 0.66% | 0.57% | - |
| XYZ | 16.48 | 23.19 | 29.2 | - |
| YUV | 116.84 | 142.2 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 146 | 142 | 0.66 | 0 | 0.03 | 0.43 | 177.5 | 0.49 | 0.38 |
| Hex | 32 | 92 | 8E | 42 | 0 | 3 | 2B | B2 | 31 | 26 |
| Octal | 62 | 222 | 216 | 102 | 0 | 3 | 53 | 262 | 61 | 46 |
| Binary | 110010 | 10010010 | 10001110 | 1000010 | 0 | 11 | 101011 | 10110010 | 110001 | 100110 |
Color Harmonies of #32928E
Complementary color
Monochromatic Colors of #32928E
Black with #32928E
Text Example
Text Example
White with #32928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32928E; }
p { color: rgb(50,146,142); }
H1.HeaderClassName
{
color: #32928E;
}
.AnyTagClassName
{
color: #32928E;
}
</style>
background-color css
<style>
a { background-color: #32928E; }
a { background-color: rgb(50,146,142); }
div.DivClassName
{
background-color: #32928E;
}
.BgClassName
{
background-color: #32928E;
}
</style>
border-color css
<style>
span { border-color: #32928E; }
span { border-color: rgb(50,146,142); }
td.TdClassName
{
border-color: #32928E;
}
.TagClassName
{
border-color: #32928E;
}
</style>