Shades of Blue Chill #3F9295
Tints of Blue Chill #3F9295
RGB
CMYK
RGB Variations
Color information
#3F9295 (or 0x3F9295) is known color: Blue Chill. HEX triplet: 3F, 92 and 95. RGB value is (63,146,149). Sum of RGB (Red+Green+Blue) = 63+146+149=358 (47% of max value = 765). Red value is 63 (25% from 255 or 17.60% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F9295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9295 is #C06D6A. Grayscale: #797979. Windows color (decimal): -12610923 or 9802303. OLE color: 9802303.
HSL color Cylindrical-coordinate representation of color #3F9295: hue angle of 182.09º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F9295 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 146 | 149 | - |
| CMYK | 0.58 | 0.02 | 0 | 0.42 |
| HSL | 182.09º | 0.41% | 0.42% | - |
| HSV(B) | 182.09º | 0.58% | 0.58% | - |
| XYZ | 17.75 | 23.78 | 32.09 | - |
| YUV | 121.53 | 143.5 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 146 | 149 | 0.58 | 0.02 | 0 | 0.42 | 182.09 | 0.41 | 0.42 |
| Hex | 3F | 92 | 95 | 3A | 2 | 0 | 2A | B6 | 29 | 2A |
| Octal | 77 | 222 | 225 | 72 | 2 | 0 | 52 | 266 | 51 | 52 |
| Binary | 111111 | 10010010 | 10010101 | 111010 | 10 | 0 | 101010 | 10110110 | 101001 | 101010 |
Color Harmonies of #3F9295
Complementary color
Monochromatic Colors of #3F9295
Black with #3F9295
Text Example
Text Example
White with #3F9295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9295; }
p { color: rgb(63,146,149); }
H1.HeaderClassName
{
color: #3F9295;
}
.AnyTagClassName
{
color: #3F9295;
}
</style>
background-color css
<style>
a { background-color: #3F9295; }
a { background-color: rgb(63,146,149); }
div.DivClassName
{
background-color: #3F9295;
}
.BgClassName
{
background-color: #3F9295;
}
</style>
border-color css
<style>
span { border-color: #3F9295; }
span { border-color: rgb(63,146,149); }
td.TdClassName
{
border-color: #3F9295;
}
.TagClassName
{
border-color: #3F9295;
}
</style>