Shades of Blue Chill #3F9890
Tints of Blue Chill #3F9890
RGB
CMYK
RGB Variations
Color information
#3F9890 (or 0x3F9890) is known color: Blue Chill. HEX triplet: 3F, 98 and 90. RGB value is (63,152,144). Sum of RGB (Red+Green+Blue) = 63+152+144=359 (47% of max value = 765). Red value is 63 (25% from 255 or 17.55% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 152 - color contains mainly: green. Hex color #3F9890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9890 is #C0676F. Grayscale: #7C7C7C. Windows color (decimal): -12609392 or 9476159. OLE color: 9476159.
HSL color Cylindrical-coordinate representation of color #3F9890: hue angle of 174.61º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F9890 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 152 | 144 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.40 |
| HSL | 174.61º | 0.41% | 0.42% | - |
| HSV(B) | 174.61º | 0.59% | 0.6% | - |
| XYZ | 18.31 | 25.53 | 30.35 | - |
| YUV | 124.48 | 139.01 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 152 | 144 | 0.59 | 0 | 0.05 | 0.40 | 174.61 | 0.41 | 0.42 |
| Hex | 3F | 98 | 90 | 3B | 0 | 5 | 28 | AF | 29 | 2A |
| Octal | 77 | 230 | 220 | 73 | 0 | 5 | 50 | 257 | 51 | 52 |
| Binary | 111111 | 10011000 | 10010000 | 111011 | 0 | 101 | 101000 | 10101111 | 101001 | 101010 |
Color Harmonies of #3F9890
Complementary color
Monochromatic Colors of #3F9890
Black with #3F9890
Text Example
Text Example
White with #3F9890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9890; }
p { color: rgb(63,152,144); }
H1.HeaderClassName
{
color: #3F9890;
}
.AnyTagClassName
{
color: #3F9890;
}
</style>
background-color css
<style>
a { background-color: #3F9890; }
a { background-color: rgb(63,152,144); }
div.DivClassName
{
background-color: #3F9890;
}
.BgClassName
{
background-color: #3F9890;
}
</style>
border-color css
<style>
span { border-color: #3F9890; }
span { border-color: rgb(63,152,144); }
td.TdClassName
{
border-color: #3F9890;
}
.TagClassName
{
border-color: #3F9890;
}
</style>