Shades of Blue Chill #3AA098
Tints of Blue Chill #3AA098
RGB
CMYK
RGB Variations
Color information
#3AA098 (or 0x3AA098) is known color: Blue Chill. HEX triplet: 3A, A0 and 98. RGB value is (58,160,152). Sum of RGB (Red+Green+Blue) = 58+160+152=370 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.68% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 160 - color contains mainly: green. Hex color #3AA098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA098 is #C55F67. Grayscale: #808080. Windows color (decimal): -12935016 or 10002490. OLE color: 10002490.
HSL color Cylindrical-coordinate representation of color #3AA098: hue angle of 175.29º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3AA098 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 58 | 160 | 152 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.37 |
| HSL | 175.29º | 0.47% | 0.43% | - |
| HSV(B) | 175.29º | 0.64% | 0.63% | - |
| XYZ | 19.98 | 28.31 | 34.12 | - |
| YUV | 128.59 | 141.21 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 160 | 152 | 0.64 | 0 | 0.05 | 0.37 | 175.29 | 0.47 | 0.43 |
| Hex | 3A | A0 | 98 | 40 | 0 | 5 | 25 | AF | 2F | 2B |
| Octal | 72 | 240 | 230 | 100 | 0 | 5 | 45 | 257 | 57 | 53 |
| Binary | 111010 | 10100000 | 10011000 | 1000000 | 0 | 101 | 100101 | 10101111 | 101111 | 101011 |
Color Harmonies of #3AA098
Complementary color
Monochromatic Colors of #3AA098
Black with #3AA098
Text Example
Text Example
White with #3AA098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA098; }
p { color: rgb(58,160,152); }
H1.HeaderClassName
{
color: #3AA098;
}
.AnyTagClassName
{
color: #3AA098;
}
</style>
background-color css
<style>
a { background-color: #3AA098; }
a { background-color: rgb(58,160,152); }
div.DivClassName
{
background-color: #3AA098;
}
.BgClassName
{
background-color: #3AA098;
}
</style>
border-color css
<style>
span { border-color: #3AA098; }
span { border-color: rgb(58,160,152); }
td.TdClassName
{
border-color: #3AA098;
}
.TagClassName
{
border-color: #3AA098;
}
</style>