Shades of Blue Chill #3C8F88
Tints of Blue Chill #3C8F88
RGB
CMYK
RGB Variations
Color information
#3C8F88 (or 0x3C8F88) is known color: Blue Chill. HEX triplet: 3C, 8F and 88. RGB value is (60,143,136). Sum of RGB (Red+Green+Blue) = 60+143+136=339 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.70% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 143 - color contains mainly: green. Hex color #3C8F88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8F88 is #C37077. Grayscale: #757575. Windows color (decimal): -12808312 or 8949564. OLE color: 8949564.
HSL color Cylindrical-coordinate representation of color #3C8F88: hue angle of 174.94º 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 #3C8F88 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 143 | 136 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.44 |
| HSL | 174.94º | 0.41% | 0.4% | - |
| HSV(B) | 174.94º | 0.58% | 0.56% | - |
| XYZ | 16.13 | 22.38 | 26.76 | - |
| YUV | 117.39 | 138.5 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 143 | 136 | 0.58 | 0 | 0.05 | 0.44 | 174.94 | 0.41 | 0.4 |
| Hex | 3C | 8F | 88 | 3A | 0 | 5 | 2C | AF | 29 | 28 |
| Octal | 74 | 217 | 210 | 72 | 0 | 5 | 54 | 257 | 51 | 50 |
| Binary | 111100 | 10001111 | 10001000 | 111010 | 0 | 101 | 101100 | 10101111 | 101001 | 101000 |
Color Harmonies of #3C8F88
Complementary color
Monochromatic Colors of #3C8F88
Black with #3C8F88
Text Example
Text Example
White with #3C8F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8F88; }
p { color: rgb(60,143,136); }
H1.HeaderClassName
{
color: #3C8F88;
}
.AnyTagClassName
{
color: #3C8F88;
}
</style>
background-color css
<style>
a { background-color: #3C8F88; }
a { background-color: rgb(60,143,136); }
div.DivClassName
{
background-color: #3C8F88;
}
.BgClassName
{
background-color: #3C8F88;
}
</style>
border-color css
<style>
span { border-color: #3C8F88; }
span { border-color: rgb(60,143,136); }
td.TdClassName
{
border-color: #3C8F88;
}
.TagClassName
{
border-color: #3C8F88;
}
</style>