Shades of Blue Chill #3BA09C
Tints of Blue Chill #3BA09C
RGB
CMYK
RGB Variations
Color information
#3BA09C (or 0x3BA09C) is known color: Blue Chill. HEX triplet: 3B, A0 and 9C. RGB value is (59,160,156). Sum of RGB (Red+Green+Blue) = 59+160+156=375 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.73% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 160 - color contains mainly: green. Hex color #3BA09C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA09C is #C45F63. Grayscale: #818181. Windows color (decimal): -12869476 or 10264635. OLE color: 10264635.
HSL color Cylindrical-coordinate representation of color #3BA09C: hue angle of 177.62º 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 #3BA09C is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 59 | 160 | 156 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.37 |
| HSL | 177.62º | 0.46% | 0.43% | - |
| HSV(B) | 177.62º | 0.63% | 0.63% | - |
| XYZ | 20.38 | 28.47 | 35.87 | - |
| YUV | 129.35 | 143.04 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 160 | 156 | 0.63 | 0 | 0.02 | 0.37 | 177.62 | 0.46 | 0.43 |
| Hex | 3B | A0 | 9C | 3F | 0 | 2 | 25 | B2 | 2E | 2B |
| Octal | 73 | 240 | 234 | 77 | 0 | 2 | 45 | 262 | 56 | 53 |
| Binary | 111011 | 10100000 | 10011100 | 111111 | 0 | 10 | 100101 | 10110010 | 101110 | 101011 |
Color Harmonies of #3BA09C
Complementary color
Monochromatic Colors of #3BA09C
Black with #3BA09C
Text Example
Text Example
White with #3BA09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA09C; }
p { color: rgb(59,160,156); }
H1.HeaderClassName
{
color: #3BA09C;
}
.AnyTagClassName
{
color: #3BA09C;
}
</style>
background-color css
<style>
a { background-color: #3BA09C; }
a { background-color: rgb(59,160,156); }
div.DivClassName
{
background-color: #3BA09C;
}
.BgClassName
{
background-color: #3BA09C;
}
</style>
border-color css
<style>
span { border-color: #3BA09C; }
span { border-color: rgb(59,160,156); }
td.TdClassName
{
border-color: #3BA09C;
}
.TagClassName
{
border-color: #3BA09C;
}
</style>