Shades of Blue Chill #31938B
Tints of Blue Chill #31938B
RGB
CMYK
RGB Variations
Color information
#31938B (or 0x31938B) is known color: Blue Chill. HEX triplet: 31, 93 and 8B. RGB value is (49,147,139). Sum of RGB (Red+Green+Blue) = 49+147+139=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 147 - color contains mainly: green. Hex color #31938B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31938B is #CE6C74. Grayscale: #747474. Windows color (decimal): -13528181 or 9147185. OLE color: 9147185.
HSL color Cylindrical-coordinate representation of color #31938B: hue angle of 175.1º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31938B is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 147 | 139 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.42 |
| HSL | 175.1º | 0.5% | 0.38% | - |
| HSV(B) | 175.1º | 0.67% | 0.58% | - |
| XYZ | 16.36 | 23.38 | 28.08 | - |
| YUV | 116.79 | 140.53 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 147 | 139 | 0.67 | 0 | 0.05 | 0.42 | 175.1 | 0.5 | 0.38 |
| Hex | 31 | 93 | 8B | 43 | 0 | 5 | 2A | AF | 32 | 26 |
| Octal | 61 | 223 | 213 | 103 | 0 | 5 | 52 | 257 | 62 | 46 |
| Binary | 110001 | 10010011 | 10001011 | 1000011 | 0 | 101 | 101010 | 10101111 | 110010 | 100110 |
Color Harmonies of #31938B
Complementary color
Monochromatic Colors of #31938B
Black with #31938B
Text Example
Text Example
White with #31938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31938B; }
p { color: rgb(49,147,139); }
H1.HeaderClassName
{
color: #31938B;
}
.AnyTagClassName
{
color: #31938B;
}
</style>
background-color css
<style>
a { background-color: #31938B; }
a { background-color: rgb(49,147,139); }
div.DivClassName
{
background-color: #31938B;
}
.BgClassName
{
background-color: #31938B;
}
</style>
border-color css
<style>
span { border-color: #31938B; }
span { border-color: rgb(49,147,139); }
td.TdClassName
{
border-color: #31938B;
}
.TagClassName
{
border-color: #31938B;
}
</style>