Shades of Blue Chill #3F9995
Tints of Blue Chill #3F9995
RGB
CMYK
RGB Variations
Color information
#3F9995 (or 0x3F9995) is known color: Blue Chill. HEX triplet: 3F, 99 and 95. RGB value is (63,153,149). Sum of RGB (Red+Green+Blue) = 63+153+149=365 (48% of max value = 765). Red value is 63 (25% from 255 or 17.26% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 153 - color contains mainly: green. Hex color #3F9995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9995 is #C0666A. Grayscale: #7D7D7D. Windows color (decimal): -12609131 or 9804095. OLE color: 9804095.
HSL color Cylindrical-coordinate representation of color #3F9995: hue angle of 177.33º 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 #3F9995 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 63 | 153 | 149 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.4 |
| HSL | 177.33º | 0.42% | 0.42% | - |
| HSV(B) | 177.33º | 0.59% | 0.6% | - |
| XYZ | 18.87 | 26.01 | 32.46 | - |
| YUV | 125.63 | 141.18 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 153 | 149 | 0.59 | 0 | 0.03 | 0.4 | 177.33 | 0.42 | 0.42 |
| Hex | 3F | 99 | 95 | 3B | 0 | 3 | 28 | B1 | 2A | 2A |
| Octal | 77 | 231 | 225 | 73 | 0 | 3 | 50 | 261 | 52 | 52 |
| Binary | 111111 | 10011001 | 10010101 | 111011 | 0 | 11 | 101000 | 10110001 | 101010 | 101010 |
Color Harmonies of #3F9995
Complementary color
Monochromatic Colors of #3F9995
Black with #3F9995
Text Example
Text Example
White with #3F9995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9995; }
p { color: rgb(63,153,149); }
H1.HeaderClassName
{
color: #3F9995;
}
.AnyTagClassName
{
color: #3F9995;
}
</style>
background-color css
<style>
a { background-color: #3F9995; }
a { background-color: rgb(63,153,149); }
div.DivClassName
{
background-color: #3F9995;
}
.BgClassName
{
background-color: #3F9995;
}
</style>
border-color css
<style>
span { border-color: #3F9995; }
span { border-color: rgb(63,153,149); }
td.TdClassName
{
border-color: #3F9995;
}
.TagClassName
{
border-color: #3F9995;
}
</style>