Shades of Blue Chill #3A8689
Tints of Blue Chill #3A8689
RGB
CMYK
RGB Variations
Color information
#3A8689 (or 0x3A8689) is known color: Blue Chill. HEX triplet: 3A, 86 and 89. RGB value is (58,134,137). Sum of RGB (Red+Green+Blue) = 58+134+137=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A8689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8689 is #C57976. Grayscale: #6F6F6F. Windows color (decimal): -12941687 or 9012794. OLE color: 9012794.
HSL color Cylindrical-coordinate representation of color #3A8689: hue angle of 182.28º 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 #3A8689 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 134 | 137 | - |
| CMYK | 0.58 | 0.02 | 0 | 0.46 |
| HSL | 182.28º | 0.41% | 0.38% | - |
| HSV(B) | 182.28º | 0.58% | 0.54% | - |
| XYZ | 14.79 | 19.76 | 26.7 | - |
| YUV | 111.62 | 142.32 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 134 | 137 | 0.58 | 0.02 | 0 | 0.46 | 182.28 | 0.41 | 0.38 |
| Hex | 3A | 86 | 89 | 3A | 2 | 0 | 2E | B6 | 29 | 26 |
| Octal | 72 | 206 | 211 | 72 | 2 | 0 | 56 | 266 | 51 | 46 |
| Binary | 111010 | 10000110 | 10001001 | 111010 | 10 | 0 | 101110 | 10110110 | 101001 | 100110 |
Color Harmonies of #3A8689
Complementary color
Monochromatic Colors of #3A8689
Black with #3A8689
Text Example
Text Example
White with #3A8689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8689; }
p { color: rgb(58,134,137); }
H1.HeaderClassName
{
color: #3A8689;
}
.AnyTagClassName
{
color: #3A8689;
}
</style>
background-color css
<style>
a { background-color: #3A8689; }
a { background-color: rgb(58,134,137); }
div.DivClassName
{
background-color: #3A8689;
}
.BgClassName
{
background-color: #3A8689;
}
</style>
border-color css
<style>
span { border-color: #3A8689; }
span { border-color: rgb(58,134,137); }
td.TdClassName
{
border-color: #3A8689;
}
.TagClassName
{
border-color: #3A8689;
}
</style>