Shades of Blue Chill #3B978D
Tints of Blue Chill #3B978D
RGB
CMYK
RGB Variations
Color information
#3B978D (or 0x3B978D) is known color: Blue Chill. HEX triplet: 3B, 97 and 8D. RGB value is (59,151,141). Sum of RGB (Red+Green+Blue) = 59+151+141=351 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.81% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 151 - color contains mainly: green. Hex color #3B978D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B978D is #C46872. Grayscale: #7A7A7A. Windows color (decimal): -12871795 or 9279291. OLE color: 9279291.
HSL color Cylindrical-coordinate representation of color #3B978D: hue angle of 173.48º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B978D is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 59 | 151 | 141 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.41 |
| HSL | 173.48º | 0.44% | 0.41% | - |
| HSV(B) | 173.48º | 0.61% | 0.59% | - |
| XYZ | 17.68 | 24.99 | 29.09 | - |
| YUV | 122.35 | 138.52 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 151 | 141 | 0.61 | 0 | 0.07 | 0.41 | 173.48 | 0.44 | 0.41 |
| Hex | 3B | 97 | 8D | 3D | 0 | 7 | 29 | AD | 2C | 29 |
| Octal | 73 | 227 | 215 | 75 | 0 | 7 | 51 | 255 | 54 | 51 |
| Binary | 111011 | 10010111 | 10001101 | 111101 | 0 | 111 | 101001 | 10101101 | 101100 | 101001 |
Color Harmonies of #3B978D
Complementary color
Monochromatic Colors of #3B978D
Black with #3B978D
Text Example
Text Example
White with #3B978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B978D; }
p { color: rgb(59,151,141); }
H1.HeaderClassName
{
color: #3B978D;
}
.AnyTagClassName
{
color: #3B978D;
}
</style>
background-color css
<style>
a { background-color: #3B978D; }
a { background-color: rgb(59,151,141); }
div.DivClassName
{
background-color: #3B978D;
}
.BgClassName
{
background-color: #3B978D;
}
</style>
border-color css
<style>
span { border-color: #3B978D; }
span { border-color: rgb(59,151,141); }
td.TdClassName
{
border-color: #3B978D;
}
.TagClassName
{
border-color: #3B978D;
}
</style>