Shades of Blue Chill #2F888E
Tints of Blue Chill #2F888E
RGB
CMYK
RGB Variations
Color information
#2F888E (or 0x2F888E) is known color: Blue Chill. HEX triplet: 2F, 88 and 8E. RGB value is (47,136,142). Sum of RGB (Red+Green+Blue) = 47+136+142=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 142 - color contains mainly: blue. Hex color #2F888E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F888E is #D07771. Grayscale: #6D6D6D. Windows color (decimal): -13662066 or 9340975. OLE color: 9340975.
HSL color Cylindrical-coordinate representation of color #2F888E: hue angle of 183.79º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F888E is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 136 | 142 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.44 |
| HSL | 183.79º | 0.5% | 0.37% | - |
| HSV(B) | 183.79º | 0.67% | 0.56% | - |
| XYZ | 14.86 | 20.17 | 28.7 | - |
| YUV | 110.07 | 146.01 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 136 | 142 | 0.67 | 0.04 | 0 | 0.44 | 183.79 | 0.5 | 0.37 |
| Hex | 2F | 88 | 8E | 43 | 4 | 0 | 2C | B8 | 32 | 25 |
| Octal | 57 | 210 | 216 | 103 | 4 | 0 | 54 | 270 | 62 | 45 |
| Binary | 101111 | 10001000 | 10001110 | 1000011 | 100 | 0 | 101100 | 10111000 | 110010 | 100101 |
Color Harmonies of #2F888E
Complementary color
Monochromatic Colors of #2F888E
Black with #2F888E
Text Example
Text Example
White with #2F888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F888E; }
p { color: rgb(47,136,142); }
H1.HeaderClassName
{
color: #2F888E;
}
.AnyTagClassName
{
color: #2F888E;
}
</style>
background-color css
<style>
a { background-color: #2F888E; }
a { background-color: rgb(47,136,142); }
div.DivClassName
{
background-color: #2F888E;
}
.BgClassName
{
background-color: #2F888E;
}
</style>
border-color css
<style>
span { border-color: #2F888E; }
span { border-color: rgb(47,136,142); }
td.TdClassName
{
border-color: #2F888E;
}
.TagClassName
{
border-color: #2F888E;
}
</style>