Shades of Blue Chill #3FA49B
Tints of Blue Chill #3FA49B
RGB
CMYK
RGB Variations
Color information
#3FA49B (or 0x3FA49B) is known color: Blue Chill. HEX triplet: 3F, A4 and 9B. RGB value is (63,164,155). Sum of RGB (Red+Green+Blue) = 63+164+155=382 (50% of max value = 765). Red value is 63 (25% from 255 or 16.49% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 164 - color contains mainly: green. Hex color #3FA49B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA49B is #C05B64. Grayscale: #848484. Windows color (decimal): -12606309 or 10200127. OLE color: 10200127.
HSL color Cylindrical-coordinate representation of color #3FA49B: hue angle of 174.65º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA49B is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 164 | 155 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.36 |
| HSL | 174.65º | 0.44% | 0.45% | - |
| HSV(B) | 174.65º | 0.62% | 0.64% | - |
| XYZ | 21.24 | 29.97 | 35.68 | - |
| YUV | 132.78 | 140.54 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 164 | 155 | 0.62 | 0 | 0.05 | 0.36 | 174.65 | 0.44 | 0.45 |
| Hex | 3F | A4 | 9B | 3E | 0 | 5 | 24 | AF | 2C | 2D |
| Octal | 77 | 244 | 233 | 76 | 0 | 5 | 44 | 257 | 54 | 55 |
| Binary | 111111 | 10100100 | 10011011 | 111110 | 0 | 101 | 100100 | 10101111 | 101100 | 101101 |
Color Harmonies of #3FA49B
Complementary color
Monochromatic Colors of #3FA49B
Black with #3FA49B
Text Example
Text Example
White with #3FA49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA49B; }
p { color: rgb(63,164,155); }
H1.HeaderClassName
{
color: #3FA49B;
}
.AnyTagClassName
{
color: #3FA49B;
}
</style>
background-color css
<style>
a { background-color: #3FA49B; }
a { background-color: rgb(63,164,155); }
div.DivClassName
{
background-color: #3FA49B;
}
.BgClassName
{
background-color: #3FA49B;
}
</style>
border-color css
<style>
span { border-color: #3FA49B; }
span { border-color: rgb(63,164,155); }
td.TdClassName
{
border-color: #3FA49B;
}
.TagClassName
{
border-color: #3FA49B;
}
</style>