Shades of Blue Chill #3CA39B
Tints of Blue Chill #3CA39B
RGB
CMYK
RGB Variations
Color information
#3CA39B (or 0x3CA39B) is known color: Blue Chill. HEX triplet: 3C, A3 and 9B. RGB value is (60,163,155). Sum of RGB (Red+Green+Blue) = 60+163+155=378 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.87% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 163 - color contains mainly: green. Hex color #3CA39B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA39B is #C35C64. Grayscale: #838383. Windows color (decimal): -12803173 or 10199868. OLE color: 10199868.
HSL color Cylindrical-coordinate representation of color #3CA39B: hue angle of 175.34º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA39B is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 60 | 163 | 155 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.36 |
| HSL | 175.34º | 0.46% | 0.44% | - |
| HSV(B) | 175.34º | 0.63% | 0.64% | - |
| XYZ | 20.88 | 29.52 | 35.61 | - |
| YUV | 131.29 | 141.38 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 163 | 155 | 0.63 | 0 | 0.05 | 0.36 | 175.34 | 0.46 | 0.44 |
| Hex | 3C | A3 | 9B | 3F | 0 | 5 | 24 | AF | 2E | 2C |
| Octal | 74 | 243 | 233 | 77 | 0 | 5 | 44 | 257 | 56 | 54 |
| Binary | 111100 | 10100011 | 10011011 | 111111 | 0 | 101 | 100100 | 10101111 | 101110 | 101100 |
Color Harmonies of #3CA39B
Complementary color
Monochromatic Colors of #3CA39B
Black with #3CA39B
Text Example
Text Example
White with #3CA39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA39B; }
p { color: rgb(60,163,155); }
H1.HeaderClassName
{
color: #3CA39B;
}
.AnyTagClassName
{
color: #3CA39B;
}
</style>
background-color css
<style>
a { background-color: #3CA39B; }
a { background-color: rgb(60,163,155); }
div.DivClassName
{
background-color: #3CA39B;
}
.BgClassName
{
background-color: #3CA39B;
}
</style>
border-color css
<style>
span { border-color: #3CA39B; }
span { border-color: rgb(60,163,155); }
td.TdClassName
{
border-color: #3CA39B;
}
.TagClassName
{
border-color: #3CA39B;
}
</style>