Shades of Blue Chill #3F968F
Tints of Blue Chill #3F968F
RGB
CMYK
RGB Variations
Color information
#3F968F (or 0x3F968F) is known color: Blue Chill. HEX triplet: 3F, 96 and 8F. RGB value is (63,150,143). Sum of RGB (Red+Green+Blue) = 63+150+143=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 150 - color contains mainly: green. Hex color #3F968F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F968F is #C06970. Grayscale: #7B7B7B. Windows color (decimal): -12609905 or 9410111. OLE color: 9410111.
HSL color Cylindrical-coordinate representation of color #3F968F: hue angle of 175.17º 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 #3F968F is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 150 | 143 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.41 |
| HSL | 175.17º | 0.41% | 0.42% | - |
| HSV(B) | 175.17º | 0.58% | 0.59% | - |
| XYZ | 17.91 | 24.85 | 29.84 | - |
| YUV | 123.19 | 139.18 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 150 | 143 | 0.58 | 0 | 0.05 | 0.41 | 175.17 | 0.41 | 0.42 |
| Hex | 3F | 96 | 8F | 3A | 0 | 5 | 29 | AF | 29 | 2A |
| Octal | 77 | 226 | 217 | 72 | 0 | 5 | 51 | 257 | 51 | 52 |
| Binary | 111111 | 10010110 | 10001111 | 111010 | 0 | 101 | 101001 | 10101111 | 101001 | 101010 |
Color Harmonies of #3F968F
Complementary color
Monochromatic Colors of #3F968F
Black with #3F968F
Text Example
Text Example
White with #3F968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F968F; }
p { color: rgb(63,150,143); }
H1.HeaderClassName
{
color: #3F968F;
}
.AnyTagClassName
{
color: #3F968F;
}
</style>
background-color css
<style>
a { background-color: #3F968F; }
a { background-color: rgb(63,150,143); }
div.DivClassName
{
background-color: #3F968F;
}
.BgClassName
{
background-color: #3F968F;
}
</style>
border-color css
<style>
span { border-color: #3F968F; }
span { border-color: rgb(63,150,143); }
td.TdClassName
{
border-color: #3F968F;
}
.TagClassName
{
border-color: #3F968F;
}
</style>