Shades of Blue Chill #3F9491
Tints of Blue Chill #3F9491
RGB
CMYK
RGB Variations
Color information
#3F9491 (or 0x3F9491) is known color: Blue Chill. HEX triplet: 3F, 94 and 91. RGB value is (63,148,145). Sum of RGB (Red+Green+Blue) = 63+148+145=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 148 - color contains mainly: green. Hex color #3F9491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9491 is #C06B6E. Grayscale: #7A7A7A. Windows color (decimal): -12610415 or 9540671. OLE color: 9540671.
HSL color Cylindrical-coordinate representation of color #3F9491: hue angle of 177.88º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F9491 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 148 | 145 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.42 |
| HSL | 177.88º | 0.4% | 0.41% | - |
| HSV(B) | 177.88º | 0.57% | 0.58% | - |
| XYZ | 17.75 | 24.28 | 30.54 | - |
| YUV | 122.24 | 140.84 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 148 | 145 | 0.57 | 0 | 0.02 | 0.42 | 177.88 | 0.4 | 0.41 |
| Hex | 3F | 94 | 91 | 39 | 0 | 2 | 2A | B2 | 28 | 29 |
| Octal | 77 | 224 | 221 | 71 | 0 | 2 | 52 | 262 | 50 | 51 |
| Binary | 111111 | 10010100 | 10010001 | 111001 | 0 | 10 | 101010 | 10110010 | 101000 | 101001 |
Color Harmonies of #3F9491
Complementary color
Monochromatic Colors of #3F9491
Black with #3F9491
Text Example
Text Example
White with #3F9491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9491; }
p { color: rgb(63,148,145); }
H1.HeaderClassName
{
color: #3F9491;
}
.AnyTagClassName
{
color: #3F9491;
}
</style>
background-color css
<style>
a { background-color: #3F9491; }
a { background-color: rgb(63,148,145); }
div.DivClassName
{
background-color: #3F9491;
}
.BgClassName
{
background-color: #3F9491;
}
</style>
border-color css
<style>
span { border-color: #3F9491; }
span { border-color: rgb(63,148,145); }
td.TdClassName
{
border-color: #3F9491;
}
.TagClassName
{
border-color: #3F9491;
}
</style>