Shades of Blue Chill #3A8690
Tints of Blue Chill #3A8690
RGB
CMYK
RGB Variations
Color information
#3A8690 (or 0x3A8690) is known color: Blue Chill. HEX triplet: 3A, 86 and 90. RGB value is (58,134,144). Sum of RGB (Red+Green+Blue) = 58+134+144=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A8690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8690 is #C5796F. Grayscale: #707070. Windows color (decimal): -12941680 or 9471546. OLE color: 9471546.
HSL color Cylindrical-coordinate representation of color #3A8690: hue angle of 186.98º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A8690 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 134 | 144 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.44 |
| HSL | 186.98º | 0.43% | 0.4% | - |
| HSV(B) | 186.98º | 0.6% | 0.56% | - |
| XYZ | 15.3 | 19.96 | 29.43 | - |
| YUV | 112.42 | 145.82 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 134 | 144 | 0.60 | 0.07 | 0 | 0.44 | 186.98 | 0.43 | 0.4 |
| Hex | 3A | 86 | 90 | 3C | 7 | 0 | 2C | BB | 2B | 28 |
| Octal | 72 | 206 | 220 | 74 | 7 | 0 | 54 | 273 | 53 | 50 |
| Binary | 111010 | 10000110 | 10010000 | 111100 | 111 | 0 | 101100 | 10111011 | 101011 | 101000 |
Color Harmonies of #3A8690
Complementary color
Monochromatic Colors of #3A8690
Black with #3A8690
Text Example
Text Example
White with #3A8690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8690; }
p { color: rgb(58,134,144); }
H1.HeaderClassName
{
color: #3A8690;
}
.AnyTagClassName
{
color: #3A8690;
}
</style>
background-color css
<style>
a { background-color: #3A8690; }
a { background-color: rgb(58,134,144); }
div.DivClassName
{
background-color: #3A8690;
}
.BgClassName
{
background-color: #3A8690;
}
</style>
border-color css
<style>
span { border-color: #3A8690; }
span { border-color: rgb(58,134,144); }
td.TdClassName
{
border-color: #3A8690;
}
.TagClassName
{
border-color: #3A8690;
}
</style>