Shades of Blue Chill #2F848D
Tints of Blue Chill #2F848D
RGB
CMYK
RGB Variations
Color information
#2F848D (or 0x2F848D) is known color: Blue Chill. HEX triplet: 2F, 84 and 8D. RGB value is (47,132,141). Sum of RGB (Red+Green+Blue) = 47+132+141=320 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.69% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F848D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F848D is #D07B72. Grayscale: #6B6B6B. Windows color (decimal): -13663091 or 9274415. OLE color: 9274415.
HSL color Cylindrical-coordinate representation of color #2F848D: hue angle of 185.74º 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 #2F848D is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 132 | 141 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.45 |
| HSL | 185.74º | 0.5% | 0.37% | - |
| HSV(B) | 185.74º | 0.67% | 0.55% | - |
| XYZ | 14.23 | 19.03 | 28.12 | - |
| YUV | 107.61 | 146.84 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 132 | 141 | 0.67 | 0.06 | 0 | 0.45 | 185.74 | 0.5 | 0.37 |
| Hex | 2F | 84 | 8D | 43 | 6 | 0 | 2D | BA | 32 | 25 |
| Octal | 57 | 204 | 215 | 103 | 6 | 0 | 55 | 272 | 62 | 45 |
| Binary | 101111 | 10000100 | 10001101 | 1000011 | 110 | 0 | 101101 | 10111010 | 110010 | 100101 |
Color Harmonies of #2F848D
Complementary color
Monochromatic Colors of #2F848D
Black with #2F848D
Text Example
Text Example
White with #2F848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F848D; }
p { color: rgb(47,132,141); }
H1.HeaderClassName
{
color: #2F848D;
}
.AnyTagClassName
{
color: #2F848D;
}
</style>
background-color css
<style>
a { background-color: #2F848D; }
a { background-color: rgb(47,132,141); }
div.DivClassName
{
background-color: #2F848D;
}
.BgClassName
{
background-color: #2F848D;
}
</style>
border-color css
<style>
span { border-color: #2F848D; }
span { border-color: rgb(47,132,141); }
td.TdClassName
{
border-color: #2F848D;
}
.TagClassName
{
border-color: #2F848D;
}
</style>