Shades of Blue Chill #3A9E95
Tints of Blue Chill #3A9E95
RGB
CMYK
RGB Variations
Color information
#3A9E95 (or 0x3A9E95) is known color: Blue Chill. HEX triplet: 3A, 9E and 95. RGB value is (58,158,149). Sum of RGB (Red+Green+Blue) = 58+158+149=365 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.89% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 158 - color contains mainly: green. Hex color #3A9E95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9E95 is #C5616A. Grayscale: #7F7F7F. Windows color (decimal): -12935531 or 9805370. OLE color: 9805370.
HSL color Cylindrical-coordinate representation of color #3A9E95: hue angle of 174.6º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A9E95 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 158 | 149 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.38 |
| HSL | 174.6º | 0.46% | 0.42% | - |
| HSV(B) | 174.6º | 0.63% | 0.62% | - |
| XYZ | 19.4 | 27.52 | 32.72 | - |
| YUV | 127.07 | 140.37 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 158 | 149 | 0.63 | 0 | 0.06 | 0.38 | 174.6 | 0.46 | 0.42 |
| Hex | 3A | 9E | 95 | 3F | 0 | 6 | 26 | AF | 2E | 2A |
| Octal | 72 | 236 | 225 | 77 | 0 | 6 | 46 | 257 | 56 | 52 |
| Binary | 111010 | 10011110 | 10010101 | 111111 | 0 | 110 | 100110 | 10101111 | 101110 | 101010 |
Color Harmonies of #3A9E95
Complementary color
Monochromatic Colors of #3A9E95
Black with #3A9E95
Text Example
Text Example
White with #3A9E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9E95; }
p { color: rgb(58,158,149); }
H1.HeaderClassName
{
color: #3A9E95;
}
.AnyTagClassName
{
color: #3A9E95;
}
</style>
background-color css
<style>
a { background-color: #3A9E95; }
a { background-color: rgb(58,158,149); }
div.DivClassName
{
background-color: #3A9E95;
}
.BgClassName
{
background-color: #3A9E95;
}
</style>
border-color css
<style>
span { border-color: #3A9E95; }
span { border-color: rgb(58,158,149); }
td.TdClassName
{
border-color: #3A9E95;
}
.TagClassName
{
border-color: #3A9E95;
}
</style>