Shades of Blue Chill #3BA39B
Tints of Blue Chill #3BA39B
RGB
CMYK
RGB Variations
Color information
#3BA39B (or 0x3BA39B) is known color: Blue Chill. HEX triplet: 3B, A3 and 9B. RGB value is (59,163,155). Sum of RGB (Red+Green+Blue) = 59+163+155=377 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.65% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 163 - color contains mainly: green. Hex color #3BA39B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA39B is #C45C64. Grayscale: #828282. Windows color (decimal): -12868709 or 10199867. OLE color: 10199867.
HSL color Cylindrical-coordinate representation of color #3BA39B: hue angle of 175.38º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA39B is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 163 | 155 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.36 |
| HSL | 175.38º | 0.47% | 0.44% | - |
| HSV(B) | 175.38º | 0.64% | 0.64% | - |
| XYZ | 20.82 | 29.49 | 35.61 | - |
| YUV | 130.99 | 141.54 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 163 | 155 | 0.64 | 0 | 0.05 | 0.36 | 175.38 | 0.47 | 0.44 |
| Hex | 3B | A3 | 9B | 40 | 0 | 5 | 24 | AF | 2F | 2C |
| Octal | 73 | 243 | 233 | 100 | 0 | 5 | 44 | 257 | 57 | 54 |
| Binary | 111011 | 10100011 | 10011011 | 1000000 | 0 | 101 | 100100 | 10101111 | 101111 | 101100 |
Color Harmonies of #3BA39B
Complementary color
Monochromatic Colors of #3BA39B
Black with #3BA39B
Text Example
Text Example
White with #3BA39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA39B; }
p { color: rgb(59,163,155); }
H1.HeaderClassName
{
color: #3BA39B;
}
.AnyTagClassName
{
color: #3BA39B;
}
</style>
background-color css
<style>
a { background-color: #3BA39B; }
a { background-color: rgb(59,163,155); }
div.DivClassName
{
background-color: #3BA39B;
}
.BgClassName
{
background-color: #3BA39B;
}
</style>
border-color css
<style>
span { border-color: #3BA39B; }
span { border-color: rgb(59,163,155); }
td.TdClassName
{
border-color: #3BA39B;
}
.TagClassName
{
border-color: #3BA39B;
}
</style>