Shades of Blue Chill #3BA29A
Tints of Blue Chill #3BA29A
RGB
CMYK
RGB Variations
Color information
#3BA29A (or 0x3BA29A) is known color: Blue Chill. HEX triplet: 3B, A2 and 9A. RGB value is (59,162,154). Sum of RGB (Red+Green+Blue) = 59+162+154=375 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.73% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 162 - color contains mainly: green. Hex color #3BA29A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA29A is #C45D65. Grayscale: #828282. Windows color (decimal): -12868966 or 10134075. OLE color: 10134075.
HSL color Cylindrical-coordinate representation of color #3BA29A: hue angle of 175.34º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA29A is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 162 | 154 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.36 |
| HSL | 175.34º | 0.47% | 0.43% | - |
| HSV(B) | 175.34º | 0.64% | 0.64% | - |
| XYZ | 20.56 | 29.1 | 35.11 | - |
| YUV | 130.29 | 141.38 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 162 | 154 | 0.64 | 0 | 0.05 | 0.36 | 175.34 | 0.47 | 0.43 |
| Hex | 3B | A2 | 9A | 40 | 0 | 5 | 24 | AF | 2F | 2B |
| Octal | 73 | 242 | 232 | 100 | 0 | 5 | 44 | 257 | 57 | 53 |
| Binary | 111011 | 10100010 | 10011010 | 1000000 | 0 | 101 | 100100 | 10101111 | 101111 | 101011 |
Color Harmonies of #3BA29A
Complementary color
Monochromatic Colors of #3BA29A
Black with #3BA29A
Text Example
Text Example
White with #3BA29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA29A; }
p { color: rgb(59,162,154); }
H1.HeaderClassName
{
color: #3BA29A;
}
.AnyTagClassName
{
color: #3BA29A;
}
</style>
background-color css
<style>
a { background-color: #3BA29A; }
a { background-color: rgb(59,162,154); }
div.DivClassName
{
background-color: #3BA29A;
}
.BgClassName
{
background-color: #3BA29A;
}
</style>
border-color css
<style>
span { border-color: #3BA29A; }
span { border-color: rgb(59,162,154); }
td.TdClassName
{
border-color: #3BA29A;
}
.TagClassName
{
border-color: #3BA29A;
}
</style>