Shades of Blue Chill #3C868B
Tints of Blue Chill #3C868B
RGB
CMYK
RGB Variations
Color information
#3C868B (or 0x3C868B) is known color: Blue Chill. HEX triplet: 3C, 86 and 8B. RGB value is (60,134,139). Sum of RGB (Red+Green+Blue) = 60+134+139=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C868B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C868B is #C37974. Grayscale: #707070. Windows color (decimal): -12810613 or 9143868. OLE color: 9143868.
HSL color Cylindrical-coordinate representation of color #3C868B: hue angle of 183.8º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C868B is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 134 | 139 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.45 |
| HSL | 183.8º | 0.4% | 0.39% | - |
| HSV(B) | 183.8º | 0.57% | 0.55% | - |
| XYZ | 15.05 | 19.87 | 27.47 | - |
| YUV | 112.44 | 142.98 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 134 | 139 | 0.57 | 0.04 | 0 | 0.45 | 183.8 | 0.4 | 0.39 |
| Hex | 3C | 86 | 8B | 39 | 4 | 0 | 2D | B8 | 28 | 27 |
| Octal | 74 | 206 | 213 | 71 | 4 | 0 | 55 | 270 | 50 | 47 |
| Binary | 111100 | 10000110 | 10001011 | 111001 | 100 | 0 | 101101 | 10111000 | 101000 | 100111 |
Color Harmonies of #3C868B
Complementary color
Monochromatic Colors of #3C868B
Black with #3C868B
Text Example
Text Example
White with #3C868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C868B; }
p { color: rgb(60,134,139); }
H1.HeaderClassName
{
color: #3C868B;
}
.AnyTagClassName
{
color: #3C868B;
}
</style>
background-color css
<style>
a { background-color: #3C868B; }
a { background-color: rgb(60,134,139); }
div.DivClassName
{
background-color: #3C868B;
}
.BgClassName
{
background-color: #3C868B;
}
</style>
border-color css
<style>
span { border-color: #3C868B; }
span { border-color: rgb(60,134,139); }
td.TdClassName
{
border-color: #3C868B;
}
.TagClassName
{
border-color: #3C868B;
}
</style>