Shades of Blue Chill #31908A
Tints of Blue Chill #31908A
RGB
CMYK
RGB Variations
Color information
#31908A (or 0x31908A) is known color: Blue Chill. HEX triplet: 31, 90 and 8A. RGB value is (49,144,138). Sum of RGB (Red+Green+Blue) = 49+144+138=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 144 - color contains mainly: green. Hex color #31908A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31908A is #CE6F75. Grayscale: #727272. Windows color (decimal): -13528950 or 9080881. OLE color: 9080881.
HSL color Cylindrical-coordinate representation of color #31908A: hue angle of 176.21º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31908A is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 144 | 138 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.44 |
| HSL | 176.21º | 0.49% | 0.38% | - |
| HSV(B) | 176.21º | 0.66% | 0.56% | - |
| XYZ | 15.83 | 22.43 | 27.54 | - |
| YUV | 114.91 | 141.03 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 144 | 138 | 0.66 | 0 | 0.04 | 0.44 | 176.21 | 0.49 | 0.38 |
| Hex | 31 | 90 | 8A | 42 | 0 | 4 | 2C | B0 | 31 | 26 |
| Octal | 61 | 220 | 212 | 102 | 0 | 4 | 54 | 260 | 61 | 46 |
| Binary | 110001 | 10010000 | 10001010 | 1000010 | 0 | 100 | 101100 | 10110000 | 110001 | 100110 |
Color Harmonies of #31908A
Complementary color
Monochromatic Colors of #31908A
Black with #31908A
Text Example
Text Example
White with #31908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31908A; }
p { color: rgb(49,144,138); }
H1.HeaderClassName
{
color: #31908A;
}
.AnyTagClassName
{
color: #31908A;
}
</style>
background-color css
<style>
a { background-color: #31908A; }
a { background-color: rgb(49,144,138); }
div.DivClassName
{
background-color: #31908A;
}
.BgClassName
{
background-color: #31908A;
}
</style>
border-color css
<style>
span { border-color: #31908A; }
span { border-color: rgb(49,144,138); }
td.TdClassName
{
border-color: #31908A;
}
.TagClassName
{
border-color: #31908A;
}
</style>