Shades of Blue Chill #3BA09D
Tints of Blue Chill #3BA09D
RGB
CMYK
RGB Variations
Color information
#3BA09D (or 0x3BA09D) is known color: Blue Chill. HEX triplet: 3B, A0 and 9D. RGB value is (59,160,157). Sum of RGB (Red+Green+Blue) = 59+160+157=376 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.69% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 160 - color contains mainly: green. Hex color #3BA09D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA09D is #C45F62. Grayscale: #818181. Windows color (decimal): -12869475 or 10330171. OLE color: 10330171.
HSL color Cylindrical-coordinate representation of color #3BA09D: hue angle of 178.22º 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 #3BA09D is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 59 | 160 | 157 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.37 |
| HSL | 178.22º | 0.46% | 0.43% | - |
| HSV(B) | 178.22º | 0.63% | 0.63% | - |
| XYZ | 20.46 | 28.51 | 36.32 | - |
| YUV | 129.46 | 143.54 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 160 | 157 | 0.63 | 0 | 0.02 | 0.37 | 178.22 | 0.46 | 0.43 |
| Hex | 3B | A0 | 9D | 3F | 0 | 2 | 25 | B2 | 2E | 2B |
| Octal | 73 | 240 | 235 | 77 | 0 | 2 | 45 | 262 | 56 | 53 |
| Binary | 111011 | 10100000 | 10011101 | 111111 | 0 | 10 | 100101 | 10110010 | 101110 | 101011 |
Color Harmonies of #3BA09D
Complementary color
Monochromatic Colors of #3BA09D
Black with #3BA09D
Text Example
Text Example
White with #3BA09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA09D; }
p { color: rgb(59,160,157); }
H1.HeaderClassName
{
color: #3BA09D;
}
.AnyTagClassName
{
color: #3BA09D;
}
</style>
background-color css
<style>
a { background-color: #3BA09D; }
a { background-color: rgb(59,160,157); }
div.DivClassName
{
background-color: #3BA09D;
}
.BgClassName
{
background-color: #3BA09D;
}
</style>
border-color css
<style>
span { border-color: #3BA09D; }
span { border-color: rgb(59,160,157); }
td.TdClassName
{
border-color: #3BA09D;
}
.TagClassName
{
border-color: #3BA09D;
}
</style>