Shades of Blue Chill #3BA49D
Tints of Blue Chill #3BA49D
RGB
CMYK
RGB Variations
Color information
#3BA49D (or 0x3BA49D) is known color: Blue Chill. HEX triplet: 3B, A4 and 9D. RGB value is (59,164,157). Sum of RGB (Red+Green+Blue) = 59+164+157=380 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.53% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 164 - color contains mainly: green. Hex color #3BA49D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA49D is #C45B62. Grayscale: #838383. Windows color (decimal): -12868451 or 10331195. OLE color: 10331195.
HSL color Cylindrical-coordinate representation of color #3BA49D: hue angle of 176º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA49D is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 164 | 157 | - |
| CMYK | 0.64 | 0 | 0.04 | 0.36 |
| HSL | 176º | 0.47% | 0.44% | - |
| HSV(B) | 176º | 0.64% | 0.64% | - |
| XYZ | 21.16 | 29.92 | 36.56 | - |
| YUV | 131.81 | 142.21 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 164 | 157 | 0.64 | 0 | 0.04 | 0.36 | 176 | 0.47 | 0.44 |
| Hex | 3B | A4 | 9D | 40 | 0 | 4 | 24 | B0 | 2F | 2C |
| Octal | 73 | 244 | 235 | 100 | 0 | 4 | 44 | 260 | 57 | 54 |
| Binary | 111011 | 10100100 | 10011101 | 1000000 | 0 | 100 | 100100 | 10110000 | 101111 | 101100 |
Color Harmonies of #3BA49D
Complementary color
Monochromatic Colors of #3BA49D
Black with #3BA49D
Text Example
Text Example
White with #3BA49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA49D; }
p { color: rgb(59,164,157); }
H1.HeaderClassName
{
color: #3BA49D;
}
.AnyTagClassName
{
color: #3BA49D;
}
</style>
background-color css
<style>
a { background-color: #3BA49D; }
a { background-color: rgb(59,164,157); }
div.DivClassName
{
background-color: #3BA49D;
}
.BgClassName
{
background-color: #3BA49D;
}
</style>
border-color css
<style>
span { border-color: #3BA49D; }
span { border-color: rgb(59,164,157); }
td.TdClassName
{
border-color: #3BA49D;
}
.TagClassName
{
border-color: #3BA49D;
}
</style>