Shades of Blue Chill #3F9991
Tints of Blue Chill #3F9991
RGB
CMYK
RGB Variations
Color information
#3F9991 (or 0x3F9991) is known color: Blue Chill. HEX triplet: 3F, 99 and 91. RGB value is (63,153,145). Sum of RGB (Red+Green+Blue) = 63+153+145=361 (47% of max value = 765). Red value is 63 (25% from 255 or 17.45% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 153 - color contains mainly: green. Hex color #3F9991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9991 is #C0666E. Grayscale: #7D7D7D. Windows color (decimal): -12609135 or 9541951. OLE color: 9541951.
HSL color Cylindrical-coordinate representation of color #3F9991: hue angle of 174.67º degrees, saturation: 0.42, 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 #3F9991 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 63 | 153 | 145 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.4 |
| HSL | 174.67º | 0.42% | 0.42% | - |
| HSV(B) | 174.67º | 0.59% | 0.6% | - |
| XYZ | 18.55 | 25.88 | 30.81 | - |
| YUV | 125.18 | 139.18 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 153 | 145 | 0.59 | 0 | 0.05 | 0.4 | 174.67 | 0.42 | 0.42 |
| Hex | 3F | 99 | 91 | 3B | 0 | 5 | 28 | AF | 2A | 2A |
| Octal | 77 | 231 | 221 | 73 | 0 | 5 | 50 | 257 | 52 | 52 |
| Binary | 111111 | 10011001 | 10010001 | 111011 | 0 | 101 | 101000 | 10101111 | 101010 | 101010 |
Color Harmonies of #3F9991
Complementary color
Monochromatic Colors of #3F9991
Black with #3F9991
Text Example
Text Example
White with #3F9991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9991; }
p { color: rgb(63,153,145); }
H1.HeaderClassName
{
color: #3F9991;
}
.AnyTagClassName
{
color: #3F9991;
}
</style>
background-color css
<style>
a { background-color: #3F9991; }
a { background-color: rgb(63,153,145); }
div.DivClassName
{
background-color: #3F9991;
}
.BgClassName
{
background-color: #3F9991;
}
</style>
border-color css
<style>
span { border-color: #3F9991; }
span { border-color: rgb(63,153,145); }
td.TdClassName
{
border-color: #3F9991;
}
.TagClassName
{
border-color: #3F9991;
}
</style>