Shades of Blue Chill #3A8B89
Tints of Blue Chill #3A8B89
RGB
CMYK
RGB Variations
Color information
#3A8B89 (or 0x3A8B89) is known color: Blue Chill. HEX triplet: 3A, 8B and 89. RGB value is (58,139,137). Sum of RGB (Red+Green+Blue) = 58+139+137=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 139 - color contains mainly: green. Hex color #3A8B89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8B89 is #C57476. Grayscale: #727272. Windows color (decimal): -12940407 or 9014074. OLE color: 9014074.
HSL color Cylindrical-coordinate representation of color #3A8B89: hue angle of 178.52º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8B89 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 139 | 137 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.45 |
| HSL | 178.52º | 0.41% | 0.39% | - |
| HSV(B) | 178.52º | 0.58% | 0.55% | - |
| XYZ | 15.49 | 21.17 | 26.94 | - |
| YUV | 114.55 | 140.66 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 139 | 137 | 0.58 | 0 | 0.01 | 0.45 | 178.52 | 0.41 | 0.39 |
| Hex | 3A | 8B | 89 | 3A | 0 | 1 | 2D | B3 | 29 | 27 |
| Octal | 72 | 213 | 211 | 72 | 0 | 1 | 55 | 263 | 51 | 47 |
| Binary | 111010 | 10001011 | 10001001 | 111010 | 0 | 1 | 101101 | 10110011 | 101001 | 100111 |
Color Harmonies of #3A8B89
Complementary color
Monochromatic Colors of #3A8B89
Black with #3A8B89
Text Example
Text Example
White with #3A8B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8B89; }
p { color: rgb(58,139,137); }
H1.HeaderClassName
{
color: #3A8B89;
}
.AnyTagClassName
{
color: #3A8B89;
}
</style>
background-color css
<style>
a { background-color: #3A8B89; }
a { background-color: rgb(58,139,137); }
div.DivClassName
{
background-color: #3A8B89;
}
.BgClassName
{
background-color: #3A8B89;
}
</style>
border-color css
<style>
span { border-color: #3A8B89; }
span { border-color: rgb(58,139,137); }
td.TdClassName
{
border-color: #3A8B89;
}
.TagClassName
{
border-color: #3A8B89;
}
</style>