Shades of Blue Chill #3C8690
Tints of Blue Chill #3C8690
RGB
CMYK
RGB Variations
Color information
#3C8690 (or 0x3C8690) is known color: Blue Chill. HEX triplet: 3C, 86 and 90. RGB value is (60,134,144). Sum of RGB (Red+Green+Blue) = 60+134+144=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C8690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8690 is #C3796F. Grayscale: #707070. Windows color (decimal): -12810608 or 9471548. OLE color: 9471548.
HSL color Cylindrical-coordinate representation of color #3C8690: hue angle of 187.14º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C8690 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 134 | 144 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.44 |
| HSL | 187.14º | 0.41% | 0.4% | - |
| HSV(B) | 187.14º | 0.58% | 0.56% | - |
| XYZ | 15.42 | 20.02 | 29.44 | - |
| YUV | 113.01 | 145.48 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 134 | 144 | 0.58 | 0.07 | 0 | 0.44 | 187.14 | 0.41 | 0.4 |
| Hex | 3C | 86 | 90 | 3A | 7 | 0 | 2C | BB | 29 | 28 |
| Octal | 74 | 206 | 220 | 72 | 7 | 0 | 54 | 273 | 51 | 50 |
| Binary | 111100 | 10000110 | 10010000 | 111010 | 111 | 0 | 101100 | 10111011 | 101001 | 101000 |
Color Harmonies of #3C8690
Complementary color
Monochromatic Colors of #3C8690
Black with #3C8690
Text Example
Text Example
White with #3C8690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8690; }
p { color: rgb(60,134,144); }
H1.HeaderClassName
{
color: #3C8690;
}
.AnyTagClassName
{
color: #3C8690;
}
</style>
background-color css
<style>
a { background-color: #3C8690; }
a { background-color: rgb(60,134,144); }
div.DivClassName
{
background-color: #3C8690;
}
.BgClassName
{
background-color: #3C8690;
}
</style>
border-color css
<style>
span { border-color: #3C8690; }
span { border-color: rgb(60,134,144); }
td.TdClassName
{
border-color: #3C8690;
}
.TagClassName
{
border-color: #3C8690;
}
</style>