Shades of Blue Chill #318E8B
Tints of Blue Chill #318E8B
RGB
CMYK
RGB Variations
Color information
#318E8B (or 0x318E8B) is known color: Blue Chill. HEX triplet: 31, 8E and 8B. RGB value is (49,142,139). Sum of RGB (Red+Green+Blue) = 49+142+139=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 142 (55.86% from 255 or 43.03% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 142 - color contains mainly: green. Hex color #318E8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318E8B is #CE7174. Grayscale: #717171. Windows color (decimal): -13529461 or 9145905. OLE color: 9145905.
HSL color Cylindrical-coordinate representation of color #318E8B: hue angle of 178.06º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318E8B is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 142 | 139 | - |
| CMYK | 0.65 | 0 | 0.02 | 0.44 |
| HSL | 178.06º | 0.49% | 0.37% | - |
| HSV(B) | 178.06º | 0.65% | 0.56% | - |
| XYZ | 15.6 | 21.86 | 27.82 | - |
| YUV | 113.85 | 142.19 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 142 | 139 | 0.65 | 0 | 0.02 | 0.44 | 178.06 | 0.49 | 0.37 |
| Hex | 31 | 8E | 8B | 41 | 0 | 2 | 2C | B2 | 31 | 25 |
| Octal | 61 | 216 | 213 | 101 | 0 | 2 | 54 | 262 | 61 | 45 |
| Binary | 110001 | 10001110 | 10001011 | 1000001 | 0 | 10 | 101100 | 10110010 | 110001 | 100101 |
Color Harmonies of #318E8B
Complementary color
Monochromatic Colors of #318E8B
Black with #318E8B
Text Example
Text Example
White with #318E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318E8B; }
p { color: rgb(49,142,139); }
H1.HeaderClassName
{
color: #318E8B;
}
.AnyTagClassName
{
color: #318E8B;
}
</style>
background-color css
<style>
a { background-color: #318E8B; }
a { background-color: rgb(49,142,139); }
div.DivClassName
{
background-color: #318E8B;
}
.BgClassName
{
background-color: #318E8B;
}
</style>
border-color css
<style>
span { border-color: #318E8B; }
span { border-color: rgb(49,142,139); }
td.TdClassName
{
border-color: #318E8B;
}
.TagClassName
{
border-color: #318E8B;
}
</style>