Shades of Blue Chill #3C8687
Tints of Blue Chill #3C8687
RGB
CMYK
RGB Variations
Color information
#3C8687 (or 0x3C8687) is known color: Blue Chill. HEX triplet: 3C, 86 and 87. RGB value is (60,134,135). Sum of RGB (Red+Green+Blue) = 60+134+135=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 135 - color contains mainly: blue. Hex color #3C8687 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8687 is #C37978. Grayscale: #6F6F6F. Windows color (decimal): -12810617 or 8881724. OLE color: 8881724.
HSL color Cylindrical-coordinate representation of color #3C8687: hue angle of 180.8º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C8687 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 134 | 135 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.47 |
| HSL | 180.8º | 0.38% | 0.38% | - |
| HSV(B) | 180.8º | 0.56% | 0.53% | - |
| XYZ | 14.76 | 19.76 | 25.96 | - |
| YUV | 111.99 | 140.98 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 134 | 135 | 0.56 | 0.01 | 0 | 0.47 | 180.8 | 0.38 | 0.38 |
| Hex | 3C | 86 | 87 | 38 | 1 | 0 | 2F | B5 | 26 | 26 |
| Octal | 74 | 206 | 207 | 70 | 1 | 0 | 57 | 265 | 46 | 46 |
| Binary | 111100 | 10000110 | 10000111 | 111000 | 1 | 0 | 101111 | 10110101 | 100110 | 100110 |
Color Harmonies of #3C8687
Complementary color
Monochromatic Colors of #3C8687
Black with #3C8687
Text Example
Text Example
White with #3C8687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8687; }
p { color: rgb(60,134,135); }
H1.HeaderClassName
{
color: #3C8687;
}
.AnyTagClassName
{
color: #3C8687;
}
</style>
background-color css
<style>
a { background-color: #3C8687; }
a { background-color: rgb(60,134,135); }
div.DivClassName
{
background-color: #3C8687;
}
.BgClassName
{
background-color: #3C8687;
}
</style>
border-color css
<style>
span { border-color: #3C8687; }
span { border-color: rgb(60,134,135); }
td.TdClassName
{
border-color: #3C8687;
}
.TagClassName
{
border-color: #3C8687;
}
</style>