Shades of Blue Chill #3A8A86
Tints of Blue Chill #3A8A86
RGB
CMYK
RGB Variations
Color information
#3A8A86 (or 0x3A8A86) is known color: Blue Chill. HEX triplet: 3A, 8A and 86. RGB value is (58,138,134). Sum of RGB (Red+Green+Blue) = 58+138+134=330 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.58% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8A86 is #C57579. Grayscale: #717171. Windows color (decimal): -12940666 or 8817210. OLE color: 8817210.
HSL color Cylindrical-coordinate representation of color #3A8A86: hue angle of 177º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8A86 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 138 | 134 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.46 |
| HSL | 177º | 0.41% | 0.38% | - |
| HSV(B) | 177º | 0.58% | 0.54% | - |
| XYZ | 15.14 | 20.8 | 25.77 | - |
| YUV | 113.62 | 139.5 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 138 | 134 | 0.58 | 0 | 0.03 | 0.46 | 177 | 0.41 | 0.38 |
| Hex | 3A | 8A | 86 | 3A | 0 | 3 | 2E | B1 | 29 | 26 |
| Octal | 72 | 212 | 206 | 72 | 0 | 3 | 56 | 261 | 51 | 46 |
| Binary | 111010 | 10001010 | 10000110 | 111010 | 0 | 11 | 101110 | 10110001 | 101001 | 100110 |
Color Harmonies of #3A8A86
Complementary color
Monochromatic Colors of #3A8A86
Black with #3A8A86
Text Example
Text Example
White with #3A8A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8A86; }
p { color: rgb(58,138,134); }
H1.HeaderClassName
{
color: #3A8A86;
}
.AnyTagClassName
{
color: #3A8A86;
}
</style>
background-color css
<style>
a { background-color: #3A8A86; }
a { background-color: rgb(58,138,134); }
div.DivClassName
{
background-color: #3A8A86;
}
.BgClassName
{
background-color: #3A8A86;
}
</style>
border-color css
<style>
span { border-color: #3A8A86; }
span { border-color: rgb(58,138,134); }
td.TdClassName
{
border-color: #3A8A86;
}
.TagClassName
{
border-color: #3A8A86;
}
</style>