Shades of Blue Chill #3BA19A
Tints of Blue Chill #3BA19A
RGB
CMYK
RGB Variations
Color information
#3BA19A (or 0x3BA19A) is known color: Blue Chill. HEX triplet: 3B, A1 and 9A. RGB value is (59,161,154). Sum of RGB (Red+Green+Blue) = 59+161+154=374 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.78% from 374); Green value is 161 (63.28% from 255 or 43.05% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 161 - color contains mainly: green. Hex color #3BA19A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA19A is #C45E65. Grayscale: #818181. Windows color (decimal): -12869222 or 10133819. OLE color: 10133819.
HSL color Cylindrical-coordinate representation of color #3BA19A: hue angle of 175.88º 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 #3BA19A is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 59 | 161 | 154 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.37 |
| HSL | 175.88º | 0.46% | 0.43% | - |
| HSV(B) | 175.88º | 0.63% | 0.63% | - |
| XYZ | 20.38 | 28.75 | 35.05 | - |
| YUV | 129.7 | 141.71 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 161 | 154 | 0.63 | 0 | 0.04 | 0.37 | 175.88 | 0.46 | 0.43 |
| Hex | 3B | A1 | 9A | 3F | 0 | 4 | 25 | B0 | 2E | 2B |
| Octal | 73 | 241 | 232 | 77 | 0 | 4 | 45 | 260 | 56 | 53 |
| Binary | 111011 | 10100001 | 10011010 | 111111 | 0 | 100 | 100101 | 10110000 | 101110 | 101011 |
Color Harmonies of #3BA19A
Complementary color
Monochromatic Colors of #3BA19A
Black with #3BA19A
Text Example
Text Example
White with #3BA19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA19A; }
p { color: rgb(59,161,154); }
H1.HeaderClassName
{
color: #3BA19A;
}
.AnyTagClassName
{
color: #3BA19A;
}
</style>
background-color css
<style>
a { background-color: #3BA19A; }
a { background-color: rgb(59,161,154); }
div.DivClassName
{
background-color: #3BA19A;
}
.BgClassName
{
background-color: #3BA19A;
}
</style>
border-color css
<style>
span { border-color: #3BA19A; }
span { border-color: rgb(59,161,154); }
td.TdClassName
{
border-color: #3BA19A;
}
.TagClassName
{
border-color: #3BA19A;
}
</style>