Shades of Blue Chill #31928D
Tints of Blue Chill #31928D
RGB
CMYK
RGB Variations
Color information
#31928D (or 0x31928D) is known color: Blue Chill. HEX triplet: 31, 92 and 8D. RGB value is (49,146,141). Sum of RGB (Red+Green+Blue) = 49+146+141=336 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.58% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 146 - color contains mainly: green. Hex color #31928D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31928D is #CE6D72. Grayscale: #747474. Windows color (decimal): -13528435 or 9278001. OLE color: 9278001.
HSL color Cylindrical-coordinate representation of color #31928D: hue angle of 176.91º degrees, saturation: 0.5, 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 #31928D is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 146 | 141 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.43 |
| HSL | 176.91º | 0.5% | 0.38% | - |
| HSV(B) | 176.91º | 0.66% | 0.57% | - |
| XYZ | 16.35 | 23.13 | 28.8 | - |
| YUV | 116.43 | 141.86 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 146 | 141 | 0.66 | 0 | 0.03 | 0.43 | 176.91 | 0.5 | 0.38 |
| Hex | 31 | 92 | 8D | 42 | 0 | 3 | 2B | B1 | 32 | 26 |
| Octal | 61 | 222 | 215 | 102 | 0 | 3 | 53 | 261 | 62 | 46 |
| Binary | 110001 | 10010010 | 10001101 | 1000010 | 0 | 11 | 101011 | 10110001 | 110010 | 100110 |
Color Harmonies of #31928D
Complementary color
Monochromatic Colors of #31928D
Black with #31928D
Text Example
Text Example
White with #31928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31928D; }
p { color: rgb(49,146,141); }
H1.HeaderClassName
{
color: #31928D;
}
.AnyTagClassName
{
color: #31928D;
}
</style>
background-color css
<style>
a { background-color: #31928D; }
a { background-color: rgb(49,146,141); }
div.DivClassName
{
background-color: #31928D;
}
.BgClassName
{
background-color: #31928D;
}
</style>
border-color css
<style>
span { border-color: #31928D; }
span { border-color: rgb(49,146,141); }
td.TdClassName
{
border-color: #31928D;
}
.TagClassName
{
border-color: #31928D;
}
</style>