Shades of Blue Chill #3BA19C
Tints of Blue Chill #3BA19C
RGB
CMYK
RGB Variations
Color information
#3BA19C (or 0x3BA19C) is known color: Blue Chill. HEX triplet: 3B, A1 and 9C. RGB value is (59,161,156). Sum of RGB (Red+Green+Blue) = 59+161+156=376 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.69% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 161 - color contains mainly: green. Hex color #3BA19C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA19C is #C45E63. Grayscale: #818181. Windows color (decimal): -12869220 or 10264891. OLE color: 10264891.
HSL color Cylindrical-coordinate representation of color #3BA19C: hue angle of 177.06º 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 #3BA19C is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 59 | 161 | 156 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.37 |
| HSL | 177.06º | 0.46% | 0.43% | - |
| HSV(B) | 177.06º | 0.63% | 0.63% | - |
| XYZ | 20.55 | 28.82 | 35.93 | - |
| YUV | 129.93 | 142.71 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 161 | 156 | 0.63 | 0 | 0.03 | 0.37 | 177.06 | 0.46 | 0.43 |
| Hex | 3B | A1 | 9C | 3F | 0 | 3 | 25 | B1 | 2E | 2B |
| Octal | 73 | 241 | 234 | 77 | 0 | 3 | 45 | 261 | 56 | 53 |
| Binary | 111011 | 10100001 | 10011100 | 111111 | 0 | 11 | 100101 | 10110001 | 101110 | 101011 |
Color Harmonies of #3BA19C
Complementary color
Monochromatic Colors of #3BA19C
Black with #3BA19C
Text Example
Text Example
White with #3BA19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA19C; }
p { color: rgb(59,161,156); }
H1.HeaderClassName
{
color: #3BA19C;
}
.AnyTagClassName
{
color: #3BA19C;
}
</style>
background-color css
<style>
a { background-color: #3BA19C; }
a { background-color: rgb(59,161,156); }
div.DivClassName
{
background-color: #3BA19C;
}
.BgClassName
{
background-color: #3BA19C;
}
</style>
border-color css
<style>
span { border-color: #3BA19C; }
span { border-color: rgb(59,161,156); }
td.TdClassName
{
border-color: #3BA19C;
}
.TagClassName
{
border-color: #3BA19C;
}
</style>