Shades of Blue Chill #3BA19B
Tints of Blue Chill #3BA19B
RGB
CMYK
RGB Variations
Color information
#3BA19B (or 0x3BA19B) is known color: Blue Chill. HEX triplet: 3B, A1 and 9B. RGB value is (59,161,155). Sum of RGB (Red+Green+Blue) = 59+161+155=375 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.73% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 161 - color contains mainly: green. Hex color #3BA19B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA19B is #C45E64. Grayscale: #818181. Windows color (decimal): -12869221 or 10199355. OLE color: 10199355.
HSL color Cylindrical-coordinate representation of color #3BA19B: hue angle of 176.47º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3BA19B is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 59 | 161 | 155 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.37 |
| HSL | 176.47º | 0.46% | 0.43% | - |
| HSV(B) | 176.47º | 0.63% | 0.63% | - |
| XYZ | 20.46 | 28.79 | 35.49 | - |
| YUV | 129.82 | 142.21 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 161 | 155 | 0.63 | 0 | 0.04 | 0.37 | 176.47 | 0.46 | 0.43 |
| Hex | 3B | A1 | 9B | 3F | 0 | 4 | 25 | B0 | 2E | 2B |
| Octal | 73 | 241 | 233 | 77 | 0 | 4 | 45 | 260 | 56 | 53 |
| Binary | 111011 | 10100001 | 10011011 | 111111 | 0 | 100 | 100101 | 10110000 | 101110 | 101011 |
Color Harmonies of #3BA19B
Complementary color
Monochromatic Colors of #3BA19B
Black with #3BA19B
Text Example
Text Example
White with #3BA19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA19B; }
p { color: rgb(59,161,155); }
H1.HeaderClassName
{
color: #3BA19B;
}
.AnyTagClassName
{
color: #3BA19B;
}
</style>
background-color css
<style>
a { background-color: #3BA19B; }
a { background-color: rgb(59,161,155); }
div.DivClassName
{
background-color: #3BA19B;
}
.BgClassName
{
background-color: #3BA19B;
}
</style>
border-color css
<style>
span { border-color: #3BA19B; }
span { border-color: rgb(59,161,155); }
td.TdClassName
{
border-color: #3BA19B;
}
.TagClassName
{
border-color: #3BA19B;
}
</style>