Shades of Blue Chill #3CA097
Tints of Blue Chill #3CA097
RGB
CMYK
RGB Variations
Color information
#3CA097 (or 0x3CA097) is known color: Blue Chill. HEX triplet: 3C, A0 and 97. RGB value is (60,160,151). Sum of RGB (Red+Green+Blue) = 60+160+151=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 160 - color contains mainly: green. Hex color #3CA097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA097 is #C35F68. Grayscale: #818181. Windows color (decimal): -12803945 or 9936956. OLE color: 9936956.
HSL color Cylindrical-coordinate representation of color #3CA097: hue angle of 174.6º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3CA097 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 60 | 160 | 151 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.37 |
| HSL | 174.6º | 0.45% | 0.43% | - |
| HSV(B) | 174.6º | 0.63% | 0.63% | - |
| XYZ | 20.02 | 28.34 | 33.69 | - |
| YUV | 129.07 | 140.37 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 160 | 151 | 0.62 | 0 | 0.06 | 0.37 | 174.6 | 0.45 | 0.43 |
| Hex | 3C | A0 | 97 | 3E | 0 | 6 | 25 | AF | 2D | 2B |
| Octal | 74 | 240 | 227 | 76 | 0 | 6 | 45 | 257 | 55 | 53 |
| Binary | 111100 | 10100000 | 10010111 | 111110 | 0 | 110 | 100101 | 10101111 | 101101 | 101011 |
Color Harmonies of #3CA097
Complementary color
Monochromatic Colors of #3CA097
Black with #3CA097
Text Example
Text Example
White with #3CA097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA097; }
p { color: rgb(60,160,151); }
H1.HeaderClassName
{
color: #3CA097;
}
.AnyTagClassName
{
color: #3CA097;
}
</style>
background-color css
<style>
a { background-color: #3CA097; }
a { background-color: rgb(60,160,151); }
div.DivClassName
{
background-color: #3CA097;
}
.BgClassName
{
background-color: #3CA097;
}
</style>
border-color css
<style>
span { border-color: #3CA097; }
span { border-color: rgb(60,160,151); }
td.TdClassName
{
border-color: #3CA097;
}
.TagClassName
{
border-color: #3CA097;
}
</style>