Shades of Blue Chill #3F8D96
Tints of Blue Chill #3F8D96
RGB
CMYK
RGB Variations
Color information
#3F8D96 (or 0x3F8D96) is known color: Blue Chill. HEX triplet: 3F, 8D and 96. RGB value is (63,141,150). Sum of RGB (Red+Green+Blue) = 63+141+150=354 (46% of max value = 765). Red value is 63 (25% from 255 or 17.80% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 150 - color contains mainly: blue. Hex color #3F8D96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8D96 is #C07269. Grayscale: #767676. Windows color (decimal): -12612202 or 9866559. OLE color: 9866559.
HSL color Cylindrical-coordinate representation of color #3F8D96: hue angle of 186.21º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F8D96 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 141 | 150 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.41 |
| HSL | 186.21º | 0.41% | 0.42% | - |
| HSV(B) | 186.21º | 0.58% | 0.59% | - |
| XYZ | 17.08 | 22.31 | 32.26 | - |
| YUV | 118.7 | 145.66 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 141 | 150 | 0.58 | 0.06 | 0 | 0.41 | 186.21 | 0.41 | 0.42 |
| Hex | 3F | 8D | 96 | 3A | 6 | 0 | 29 | BA | 29 | 2A |
| Octal | 77 | 215 | 226 | 72 | 6 | 0 | 51 | 272 | 51 | 52 |
| Binary | 111111 | 10001101 | 10010110 | 111010 | 110 | 0 | 101001 | 10111010 | 101001 | 101010 |
Color Harmonies of #3F8D96
Complementary color
Monochromatic Colors of #3F8D96
Black with #3F8D96
Text Example
Text Example
White with #3F8D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8D96; }
p { color: rgb(63,141,150); }
H1.HeaderClassName
{
color: #3F8D96;
}
.AnyTagClassName
{
color: #3F8D96;
}
</style>
background-color css
<style>
a { background-color: #3F8D96; }
a { background-color: rgb(63,141,150); }
div.DivClassName
{
background-color: #3F8D96;
}
.BgClassName
{
background-color: #3F8D96;
}
</style>
border-color css
<style>
span { border-color: #3F8D96; }
span { border-color: rgb(63,141,150); }
td.TdClassName
{
border-color: #3F8D96;
}
.TagClassName
{
border-color: #3F8D96;
}
</style>