Shades of Blue Chill #3C908B
Tints of Blue Chill #3C908B
RGB
CMYK
RGB Variations
Color information
#3C908B (or 0x3C908B) is known color: Blue Chill. HEX triplet: 3C, 90 and 8B. RGB value is (60,144,139). Sum of RGB (Red+Green+Blue) = 60+144+139=343 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.49% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 144 - color contains mainly: green. Hex color #3C908B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C908B is #C36F74. Grayscale: #767676. Windows color (decimal): -12808053 or 9146428. OLE color: 9146428.
HSL color Cylindrical-coordinate representation of color #3C908B: hue angle of 176.43º 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 #3C908B is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 144 | 139 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.44 |
| HSL | 176.43º | 0.41% | 0.4% | - |
| HSV(B) | 176.43º | 0.58% | 0.56% | - |
| XYZ | 16.5 | 22.77 | 27.95 | - |
| YUV | 118.31 | 139.67 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 144 | 139 | 0.58 | 0 | 0.03 | 0.44 | 176.43 | 0.41 | 0.4 |
| Hex | 3C | 90 | 8B | 3A | 0 | 3 | 2C | B0 | 29 | 28 |
| Octal | 74 | 220 | 213 | 72 | 0 | 3 | 54 | 260 | 51 | 50 |
| Binary | 111100 | 10010000 | 10001011 | 111010 | 0 | 11 | 101100 | 10110000 | 101001 | 101000 |
Color Harmonies of #3C908B
Complementary color
Monochromatic Colors of #3C908B
Black with #3C908B
Text Example
Text Example
White with #3C908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C908B; }
p { color: rgb(60,144,139); }
H1.HeaderClassName
{
color: #3C908B;
}
.AnyTagClassName
{
color: #3C908B;
}
</style>
background-color css
<style>
a { background-color: #3C908B; }
a { background-color: rgb(60,144,139); }
div.DivClassName
{
background-color: #3C908B;
}
.BgClassName
{
background-color: #3C908B;
}
</style>
border-color css
<style>
span { border-color: #3C908B; }
span { border-color: rgb(60,144,139); }
td.TdClassName
{
border-color: #3C908B;
}
.TagClassName
{
border-color: #3C908B;
}
</style>