Shades of Blue Chill #3F9690
Tints of Blue Chill #3F9690
RGB
CMYK
RGB Variations
Color information
#3F9690 (or 0x3F9690) is known color: Blue Chill. HEX triplet: 3F, 96 and 90. RGB value is (63,150,144). Sum of RGB (Red+Green+Blue) = 63+150+144=357 (47% of max value = 765). Red value is 63 (25% from 255 or 17.65% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 150 - color contains mainly: green. Hex color #3F9690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9690 is #C0696F. Grayscale: #7B7B7B. Windows color (decimal): -12609904 or 9475647. OLE color: 9475647.
HSL color Cylindrical-coordinate representation of color #3F9690: hue angle of 175.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 #3F9690 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 150 | 144 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.41 |
| HSL | 175.86º | 0.41% | 0.42% | - |
| HSV(B) | 175.86º | 0.58% | 0.59% | - |
| XYZ | 17.99 | 24.88 | 30.24 | - |
| YUV | 123.3 | 139.68 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 150 | 144 | 0.58 | 0 | 0.04 | 0.41 | 175.86 | 0.41 | 0.42 |
| Hex | 3F | 96 | 90 | 3A | 0 | 4 | 29 | B0 | 29 | 2A |
| Octal | 77 | 226 | 220 | 72 | 0 | 4 | 51 | 260 | 51 | 52 |
| Binary | 111111 | 10010110 | 10010000 | 111010 | 0 | 100 | 101001 | 10110000 | 101001 | 101010 |
Color Harmonies of #3F9690
Complementary color
Monochromatic Colors of #3F9690
Black with #3F9690
Text Example
Text Example
White with #3F9690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9690; }
p { color: rgb(63,150,144); }
H1.HeaderClassName
{
color: #3F9690;
}
.AnyTagClassName
{
color: #3F9690;
}
</style>
background-color css
<style>
a { background-color: #3F9690; }
a { background-color: rgb(63,150,144); }
div.DivClassName
{
background-color: #3F9690;
}
.BgClassName
{
background-color: #3F9690;
}
</style>
border-color css
<style>
span { border-color: #3F9690; }
span { border-color: rgb(63,150,144); }
td.TdClassName
{
border-color: #3F9690;
}
.TagClassName
{
border-color: #3F9690;
}
</style>