Shades of Blue Chill #3C868E
Tints of Blue Chill #3C868E
RGB
CMYK
RGB Variations
Color information
#3C868E (or 0x3C868E) is known color: Blue Chill. HEX triplet: 3C, 86 and 8E. RGB value is (60,134,142). Sum of RGB (Red+Green+Blue) = 60+134+142=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C868E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C868E is #C37971. Grayscale: #707070. Windows color (decimal): -12810610 or 9340476. OLE color: 9340476.
HSL color Cylindrical-coordinate representation of color #3C868E: hue angle of 185.85º 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 #3C868E is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 134 | 142 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.44 |
| HSL | 185.85º | 0.41% | 0.4% | - |
| HSV(B) | 185.85º | 0.58% | 0.56% | - |
| XYZ | 15.27 | 19.96 | 28.64 | - |
| YUV | 112.79 | 144.48 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 134 | 142 | 0.58 | 0.06 | 0 | 0.44 | 185.85 | 0.41 | 0.4 |
| Hex | 3C | 86 | 8E | 3A | 6 | 0 | 2C | BA | 29 | 28 |
| Octal | 74 | 206 | 216 | 72 | 6 | 0 | 54 | 272 | 51 | 50 |
| Binary | 111100 | 10000110 | 10001110 | 111010 | 110 | 0 | 101100 | 10111010 | 101001 | 101000 |
Color Harmonies of #3C868E
Complementary color
Monochromatic Colors of #3C868E
Black with #3C868E
Text Example
Text Example
White with #3C868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C868E; }
p { color: rgb(60,134,142); }
H1.HeaderClassName
{
color: #3C868E;
}
.AnyTagClassName
{
color: #3C868E;
}
</style>
background-color css
<style>
a { background-color: #3C868E; }
a { background-color: rgb(60,134,142); }
div.DivClassName
{
background-color: #3C868E;
}
.BgClassName
{
background-color: #3C868E;
}
</style>
border-color css
<style>
span { border-color: #3C868E; }
span { border-color: rgb(60,134,142); }
td.TdClassName
{
border-color: #3C868E;
}
.TagClassName
{
border-color: #3C868E;
}
</style>