Shades of Blue Chill #3CA5A1
Tints of Blue Chill #3CA5A1
RGB
CMYK
RGB Variations
Color information
#3CA5A1 (or 0x3CA5A1) is known color: Blue Chill. HEX triplet: 3C, A5 and A1. RGB value is (60,165,161). Sum of RGB (Red+Green+Blue) = 60+165+161=386 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.54% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 165 - color contains mainly: green. Hex color #3CA5A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA5A1 is #C35A5E. Grayscale: #858585. Windows color (decimal): -12802655 or 10593596. OLE color: 10593596.
HSL color Cylindrical-coordinate representation of color #3CA5A1: hue angle of 177.71º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA5A1 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 60 | 165 | 161 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.35 |
| HSL | 177.71º | 0.47% | 0.44% | - |
| HSV(B) | 177.71º | 0.64% | 0.65% | - |
| XYZ | 21.75 | 30.44 | 38.45 | - |
| YUV | 133.15 | 143.71 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 165 | 161 | 0.64 | 0 | 0.02 | 0.35 | 177.71 | 0.47 | 0.44 |
| Hex | 3C | A5 | A1 | 40 | 0 | 2 | 23 | B2 | 2F | 2C |
| Octal | 74 | 245 | 241 | 100 | 0 | 2 | 43 | 262 | 57 | 54 |
| Binary | 111100 | 10100101 | 10100001 | 1000000 | 0 | 10 | 100011 | 10110010 | 101111 | 101100 |
Color Harmonies of #3CA5A1
Complementary color
Monochromatic Colors of #3CA5A1
Black with #3CA5A1
Text Example
Text Example
White with #3CA5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA5A1; }
p { color: rgb(60,165,161); }
H1.HeaderClassName
{
color: #3CA5A1;
}
.AnyTagClassName
{
color: #3CA5A1;
}
</style>
background-color css
<style>
a { background-color: #3CA5A1; }
a { background-color: rgb(60,165,161); }
div.DivClassName
{
background-color: #3CA5A1;
}
.BgClassName
{
background-color: #3CA5A1;
}
</style>
border-color css
<style>
span { border-color: #3CA5A1; }
span { border-color: rgb(60,165,161); }
td.TdClassName
{
border-color: #3CA5A1;
}
.TagClassName
{
border-color: #3CA5A1;
}
</style>