Shades of Blue Chill #3A9D99
Tints of Blue Chill #3A9D99
RGB
CMYK
RGB Variations
Color information
#3A9D99 (or 0x3A9D99) is known color: Blue Chill. HEX triplet: 3A, 9D and 99. RGB value is (58,157,153). Sum of RGB (Red+Green+Blue) = 58+157+153=368 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.76% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 157 - color contains mainly: green. Hex color #3A9D99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9D99 is #C56266. Grayscale: #7E7E7E. Windows color (decimal): -12935783 or 10067258. OLE color: 10067258.
HSL color Cylindrical-coordinate representation of color #3A9D99: hue angle of 177.58º 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 #3A9D99 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 157 | 153 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.38 |
| HSL | 177.58º | 0.46% | 0.42% | - |
| HSV(B) | 177.58º | 0.63% | 0.62% | - |
| XYZ | 19.55 | 27.31 | 34.38 | - |
| YUV | 126.94 | 142.7 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 157 | 153 | 0.63 | 0 | 0.03 | 0.38 | 177.58 | 0.46 | 0.42 |
| Hex | 3A | 9D | 99 | 3F | 0 | 3 | 26 | B2 | 2E | 2A |
| Octal | 72 | 235 | 231 | 77 | 0 | 3 | 46 | 262 | 56 | 52 |
| Binary | 111010 | 10011101 | 10011001 | 111111 | 0 | 11 | 100110 | 10110010 | 101110 | 101010 |
Color Harmonies of #3A9D99
Complementary color
Monochromatic Colors of #3A9D99
Black with #3A9D99
Text Example
Text Example
White with #3A9D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9D99; }
p { color: rgb(58,157,153); }
H1.HeaderClassName
{
color: #3A9D99;
}
.AnyTagClassName
{
color: #3A9D99;
}
</style>
background-color css
<style>
a { background-color: #3A9D99; }
a { background-color: rgb(58,157,153); }
div.DivClassName
{
background-color: #3A9D99;
}
.BgClassName
{
background-color: #3A9D99;
}
</style>
border-color css
<style>
span { border-color: #3A9D99; }
span { border-color: rgb(58,157,153); }
td.TdClassName
{
border-color: #3A9D99;
}
.TagClassName
{
border-color: #3A9D99;
}
</style>