Shades of Blue Chill #3BA09A
Tints of Blue Chill #3BA09A
RGB
CMYK
RGB Variations
Color information
#3BA09A (or 0x3BA09A) is known color: Blue Chill. HEX triplet: 3B, A0 and 9A. RGB value is (59,160,154). Sum of RGB (Red+Green+Blue) = 59+160+154=373 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.82% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 160 - color contains mainly: green. Hex color #3BA09A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA09A is #C45F65. Grayscale: #818181. Windows color (decimal): -12869478 or 10133563. OLE color: 10133563.
HSL color Cylindrical-coordinate representation of color #3BA09A: hue angle of 176.44º 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 #3BA09A is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 59 | 160 | 154 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.37 |
| HSL | 176.44º | 0.46% | 0.43% | - |
| HSV(B) | 176.44º | 0.63% | 0.63% | - |
| XYZ | 20.21 | 28.4 | 34.99 | - |
| YUV | 129.12 | 142.04 | 77.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 160 | 154 | 0.63 | 0 | 0.04 | 0.37 | 176.44 | 0.46 | 0.43 |
| Hex | 3B | A0 | 9A | 3F | 0 | 4 | 25 | B0 | 2E | 2B |
| Octal | 73 | 240 | 232 | 77 | 0 | 4 | 45 | 260 | 56 | 53 |
| Binary | 111011 | 10100000 | 10011010 | 111111 | 0 | 100 | 100101 | 10110000 | 101110 | 101011 |
Color Harmonies of #3BA09A
Complementary color
Monochromatic Colors of #3BA09A
Black with #3BA09A
Text Example
Text Example
White with #3BA09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA09A; }
p { color: rgb(59,160,154); }
H1.HeaderClassName
{
color: #3BA09A;
}
.AnyTagClassName
{
color: #3BA09A;
}
</style>
background-color css
<style>
a { background-color: #3BA09A; }
a { background-color: rgb(59,160,154); }
div.DivClassName
{
background-color: #3BA09A;
}
.BgClassName
{
background-color: #3BA09A;
}
</style>
border-color css
<style>
span { border-color: #3BA09A; }
span { border-color: rgb(59,160,154); }
td.TdClassName
{
border-color: #3BA09A;
}
.TagClassName
{
border-color: #3BA09A;
}
</style>