Shades of Blue Chill #3C888B
Tints of Blue Chill #3C888B
RGB
CMYK
RGB Variations
Color information
#3C888B (or 0x3C888B) is known color: Blue Chill. HEX triplet: 3C, 88 and 8B. RGB value is (60,136,139). Sum of RGB (Red+Green+Blue) = 60+136+139=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C888B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C888B is #C37774. Grayscale: #717171. Windows color (decimal): -12810101 or 9144380. OLE color: 9144380.
HSL color Cylindrical-coordinate representation of color #3C888B: hue angle of 182.28º 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 #3C888B is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 136 | 139 | - |
| CMYK | 0.57 | 0.02 | 0 | 0.45 |
| HSL | 182.28º | 0.4% | 0.39% | - |
| HSV(B) | 182.28º | 0.57% | 0.55% | - |
| XYZ | 15.33 | 20.43 | 27.56 | - |
| YUV | 113.62 | 142.32 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 136 | 139 | 0.57 | 0.02 | 0 | 0.45 | 182.28 | 0.4 | 0.39 |
| Hex | 3C | 88 | 8B | 39 | 2 | 0 | 2D | B6 | 28 | 27 |
| Octal | 74 | 210 | 213 | 71 | 2 | 0 | 55 | 266 | 50 | 47 |
| Binary | 111100 | 10001000 | 10001011 | 111001 | 10 | 0 | 101101 | 10110110 | 101000 | 100111 |
Color Harmonies of #3C888B
Complementary color
Monochromatic Colors of #3C888B
Black with #3C888B
Text Example
Text Example
White with #3C888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C888B; }
p { color: rgb(60,136,139); }
H1.HeaderClassName
{
color: #3C888B;
}
.AnyTagClassName
{
color: #3C888B;
}
</style>
background-color css
<style>
a { background-color: #3C888B; }
a { background-color: rgb(60,136,139); }
div.DivClassName
{
background-color: #3C888B;
}
.BgClassName
{
background-color: #3C888B;
}
</style>
border-color css
<style>
span { border-color: #3C888B; }
span { border-color: rgb(60,136,139); }
td.TdClassName
{
border-color: #3C888B;
}
.TagClassName
{
border-color: #3C888B;
}
</style>