Shades of Blue Chill #318F89
Tints of Blue Chill #318F89
RGB
CMYK
RGB Variations
Color information
#318F89 (or 0x318F89) is known color: Blue Chill. HEX triplet: 31, 8F and 89. RGB value is (49,143,137). Sum of RGB (Red+Green+Blue) = 49+143+137=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 143 - color contains mainly: green. Hex color #318F89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318F89 is #CE7076. Grayscale: #727272. Windows color (decimal): -13529207 or 9015089. OLE color: 9015089.
HSL color Cylindrical-coordinate representation of color #318F89: hue angle of 176.17º 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 #318F89 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 143 | 137 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.44 |
| HSL | 176.17º | 0.49% | 0.38% | - |
| HSV(B) | 176.17º | 0.66% | 0.56% | - |
| XYZ | 15.6 | 22.1 | 27.11 | - |
| YUV | 114.21 | 140.86 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 143 | 137 | 0.66 | 0 | 0.04 | 0.44 | 176.17 | 0.49 | 0.38 |
| Hex | 31 | 8F | 89 | 42 | 0 | 4 | 2C | B0 | 31 | 26 |
| Octal | 61 | 217 | 211 | 102 | 0 | 4 | 54 | 260 | 61 | 46 |
| Binary | 110001 | 10001111 | 10001001 | 1000010 | 0 | 100 | 101100 | 10110000 | 110001 | 100110 |
Color Harmonies of #318F89
Complementary color
Monochromatic Colors of #318F89
Black with #318F89
Text Example
Text Example
White with #318F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318F89; }
p { color: rgb(49,143,137); }
H1.HeaderClassName
{
color: #318F89;
}
.AnyTagClassName
{
color: #318F89;
}
</style>
background-color css
<style>
a { background-color: #318F89; }
a { background-color: rgb(49,143,137); }
div.DivClassName
{
background-color: #318F89;
}
.BgClassName
{
background-color: #318F89;
}
</style>
border-color css
<style>
span { border-color: #318F89; }
span { border-color: rgb(49,143,137); }
td.TdClassName
{
border-color: #318F89;
}
.TagClassName
{
border-color: #318F89;
}
</style>