Shades of Blue Chill #31918B
Tints of Blue Chill #31918B
RGB
CMYK
RGB Variations
Color information
#31918B (or 0x31918B) is known color: Blue Chill. HEX triplet: 31, 91 and 8B. RGB value is (49,145,139). Sum of RGB (Red+Green+Blue) = 49+145+139=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 145 - color contains mainly: green. Hex color #31918B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31918B is #CE6E74. Grayscale: #737373. Windows color (decimal): -13528693 or 9146673. OLE color: 9146673.
HSL color Cylindrical-coordinate representation of color #31918B: hue angle of 176.25º 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 #31918B is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 145 | 139 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.43 |
| HSL | 176.25º | 0.49% | 0.38% | - |
| HSV(B) | 176.25º | 0.66% | 0.57% | - |
| XYZ | 16.05 | 22.77 | 27.97 | - |
| YUV | 115.61 | 141.2 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 145 | 139 | 0.66 | 0 | 0.04 | 0.43 | 176.25 | 0.49 | 0.38 |
| Hex | 31 | 91 | 8B | 42 | 0 | 4 | 2B | B0 | 31 | 26 |
| Octal | 61 | 221 | 213 | 102 | 0 | 4 | 53 | 260 | 61 | 46 |
| Binary | 110001 | 10010001 | 10001011 | 1000010 | 0 | 100 | 101011 | 10110000 | 110001 | 100110 |
Color Harmonies of #31918B
Complementary color
Monochromatic Colors of #31918B
Black with #31918B
Text Example
Text Example
White with #31918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31918B; }
p { color: rgb(49,145,139); }
H1.HeaderClassName
{
color: #31918B;
}
.AnyTagClassName
{
color: #31918B;
}
</style>
background-color css
<style>
a { background-color: #31918B; }
a { background-color: rgb(49,145,139); }
div.DivClassName
{
background-color: #31918B;
}
.BgClassName
{
background-color: #31918B;
}
</style>
border-color css
<style>
span { border-color: #31918B; }
span { border-color: rgb(49,145,139); }
td.TdClassName
{
border-color: #31918B;
}
.TagClassName
{
border-color: #31918B;
}
</style>