Shades of Blue Chill #3A978E
Tints of Blue Chill #3A978E
RGB
CMYK
RGB Variations
Color information
#3A978E (or 0x3A978E) is known color: Blue Chill. HEX triplet: 3A, 97 and 8E. RGB value is (58,151,142). Sum of RGB (Red+Green+Blue) = 58+151+142=351 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.52% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 151 - color contains mainly: green. Hex color #3A978E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A978E is #C56871. Grayscale: #7A7A7A. Windows color (decimal): -12937330 or 9344826. OLE color: 9344826.
HSL color Cylindrical-coordinate representation of color #3A978E: hue angle of 174.19º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A978E is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 58 | 151 | 142 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.41 |
| HSL | 174.19º | 0.44% | 0.41% | - |
| HSV(B) | 174.19º | 0.62% | 0.59% | - |
| XYZ | 17.69 | 24.99 | 29.48 | - |
| YUV | 122.17 | 139.19 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 151 | 142 | 0.62 | 0 | 0.06 | 0.41 | 174.19 | 0.44 | 0.41 |
| Hex | 3A | 97 | 8E | 3E | 0 | 6 | 29 | AE | 2C | 29 |
| Octal | 72 | 227 | 216 | 76 | 0 | 6 | 51 | 256 | 54 | 51 |
| Binary | 111010 | 10010111 | 10001110 | 111110 | 0 | 110 | 101001 | 10101110 | 101100 | 101001 |
Color Harmonies of #3A978E
Complementary color
Monochromatic Colors of #3A978E
Black with #3A978E
Text Example
Text Example
White with #3A978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A978E; }
p { color: rgb(58,151,142); }
H1.HeaderClassName
{
color: #3A978E;
}
.AnyTagClassName
{
color: #3A978E;
}
</style>
background-color css
<style>
a { background-color: #3A978E; }
a { background-color: rgb(58,151,142); }
div.DivClassName
{
background-color: #3A978E;
}
.BgClassName
{
background-color: #3A978E;
}
</style>
border-color css
<style>
span { border-color: #3A978E; }
span { border-color: rgb(58,151,142); }
td.TdClassName
{
border-color: #3A978E;
}
.TagClassName
{
border-color: #3A978E;
}
</style>