Shades of Blue Chill #3A8983
Tints of Blue Chill #3A8983
RGB
CMYK
RGB Variations
Color information
#3A8983 (or 0x3A8983) is known color: Blue Chill. HEX triplet: 3A, 89 and 83. RGB value is (58,137,131). Sum of RGB (Red+Green+Blue) = 58+137+131=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 137 - color contains mainly: green. Hex color #3A8983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8983 is #C5767C. Grayscale: #707070. Windows color (decimal): -12940925 or 8620346. OLE color: 8620346.
HSL color Cylindrical-coordinate representation of color #3A8983: hue angle of 175.44º 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 #3A8983 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 137 | 131 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.46 |
| HSL | 175.44º | 0.41% | 0.38% | - |
| HSV(B) | 175.44º | 0.58% | 0.54% | - |
| XYZ | 14.79 | 20.43 | 24.64 | - |
| YUV | 112.7 | 138.33 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 137 | 131 | 0.58 | 0 | 0.04 | 0.46 | 175.44 | 0.41 | 0.38 |
| Hex | 3A | 89 | 83 | 3A | 0 | 4 | 2E | AF | 29 | 26 |
| Octal | 72 | 211 | 203 | 72 | 0 | 4 | 56 | 257 | 51 | 46 |
| Binary | 111010 | 10001001 | 10000011 | 111010 | 0 | 100 | 101110 | 10101111 | 101001 | 100110 |
Color Harmonies of #3A8983
Complementary color
Monochromatic Colors of #3A8983
Black with #3A8983
Text Example
Text Example
White with #3A8983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8983; }
p { color: rgb(58,137,131); }
H1.HeaderClassName
{
color: #3A8983;
}
.AnyTagClassName
{
color: #3A8983;
}
</style>
background-color css
<style>
a { background-color: #3A8983; }
a { background-color: rgb(58,137,131); }
div.DivClassName
{
background-color: #3A8983;
}
.BgClassName
{
background-color: #3A8983;
}
</style>
border-color css
<style>
span { border-color: #3A8983; }
span { border-color: rgb(58,137,131); }
td.TdClassName
{
border-color: #3A8983;
}
.TagClassName
{
border-color: #3A8983;
}
</style>