Shades of Blue Chill #2F8D89
Tints of Blue Chill #2F8D89
RGB
CMYK
RGB Variations
Color information
#2F8D89 (or 0x2F8D89) is known color: Blue Chill. HEX triplet: 2F, 8D and 89. RGB value is (47,141,137). Sum of RGB (Red+Green+Blue) = 47+141+137=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 141 - color contains mainly: green. Hex color #2F8D89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8D89 is #D07276. Grayscale: #707070. Windows color (decimal): -13660791 or 9014575. OLE color: 9014575.
HSL color Cylindrical-coordinate representation of color #2F8D89: hue angle of 177.45º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F8D89 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 141 | 137 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.45 |
| HSL | 177.45º | 0.5% | 0.37% | - |
| HSV(B) | 177.45º | 0.67% | 0.55% | - |
| XYZ | 15.21 | 21.46 | 27.01 | - |
| YUV | 112.44 | 141.86 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 141 | 137 | 0.67 | 0 | 0.03 | 0.45 | 177.45 | 0.5 | 0.37 |
| Hex | 2F | 8D | 89 | 43 | 0 | 3 | 2D | B1 | 32 | 25 |
| Octal | 57 | 215 | 211 | 103 | 0 | 3 | 55 | 261 | 62 | 45 |
| Binary | 101111 | 10001101 | 10001001 | 1000011 | 0 | 11 | 101101 | 10110001 | 110010 | 100101 |
Color Harmonies of #2F8D89
Complementary color
Monochromatic Colors of #2F8D89
Black with #2F8D89
Text Example
Text Example
White with #2F8D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8D89; }
p { color: rgb(47,141,137); }
H1.HeaderClassName
{
color: #2F8D89;
}
.AnyTagClassName
{
color: #2F8D89;
}
</style>
background-color css
<style>
a { background-color: #2F8D89; }
a { background-color: rgb(47,141,137); }
div.DivClassName
{
background-color: #2F8D89;
}
.BgClassName
{
background-color: #2F8D89;
}
</style>
border-color css
<style>
span { border-color: #2F8D89; }
span { border-color: rgb(47,141,137); }
td.TdClassName
{
border-color: #2F8D89;
}
.TagClassName
{
border-color: #2F8D89;
}
</style>