Shades of Blue Chill #3F978E
Tints of Blue Chill #3F978E
RGB
CMYK
RGB Variations
Color information
#3F978E (or 0x3F978E) is known color: Blue Chill. HEX triplet: 3F, 97 and 8E. RGB value is (63,151,142). Sum of RGB (Red+Green+Blue) = 63+151+142=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 151 - color contains mainly: green. Hex color #3F978E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F978E is #C06871. Grayscale: #7B7B7B. Windows color (decimal): -12609650 or 9344831. OLE color: 9344831.
HSL color Cylindrical-coordinate representation of color #3F978E: hue angle of 173.86º 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 #3F978E is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 151 | 142 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.41 |
| HSL | 173.86º | 0.41% | 0.42% | - |
| HSV(B) | 173.86º | 0.58% | 0.59% | - |
| XYZ | 18 | 25.14 | 29.5 | - |
| YUV | 123.66 | 138.35 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 151 | 142 | 0.58 | 0 | 0.06 | 0.41 | 173.86 | 0.41 | 0.42 |
| Hex | 3F | 97 | 8E | 3A | 0 | 6 | 29 | AE | 29 | 2A |
| Octal | 77 | 227 | 216 | 72 | 0 | 6 | 51 | 256 | 51 | 52 |
| Binary | 111111 | 10010111 | 10001110 | 111010 | 0 | 110 | 101001 | 10101110 | 101001 | 101010 |
Color Harmonies of #3F978E
Complementary color
Monochromatic Colors of #3F978E
Black with #3F978E
Text Example
Text Example
White with #3F978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F978E; }
p { color: rgb(63,151,142); }
H1.HeaderClassName
{
color: #3F978E;
}
.AnyTagClassName
{
color: #3F978E;
}
</style>
background-color css
<style>
a { background-color: #3F978E; }
a { background-color: rgb(63,151,142); }
div.DivClassName
{
background-color: #3F978E;
}
.BgClassName
{
background-color: #3F978E;
}
</style>
border-color css
<style>
span { border-color: #3F978E; }
span { border-color: rgb(63,151,142); }
td.TdClassName
{
border-color: #3F978E;
}
.TagClassName
{
border-color: #3F978E;
}
</style>