Shades of Blue Chill #3C908F
Tints of Blue Chill #3C908F
RGB
CMYK
RGB Variations
Color information
#3C908F (or 0x3C908F) is known color: Blue Chill. HEX triplet: 3C, 90 and 8F. RGB value is (60,144,143). Sum of RGB (Red+Green+Blue) = 60+144+143=347 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.29% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 144 - color contains mainly: green. Hex color #3C908F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C908F is #C36F70. Grayscale: #767676. Windows color (decimal): -12808049 or 9408572. OLE color: 9408572.
HSL color Cylindrical-coordinate representation of color #3C908F: hue angle of 179.29º 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 #3C908F is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 144 | 143 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.44 |
| HSL | 179.29º | 0.41% | 0.4% | - |
| HSV(B) | 179.29º | 0.58% | 0.56% | - |
| XYZ | 16.79 | 22.89 | 29.52 | - |
| YUV | 118.77 | 141.67 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 144 | 143 | 0.58 | 0 | 0.01 | 0.44 | 179.29 | 0.41 | 0.4 |
| Hex | 3C | 90 | 8F | 3A | 0 | 1 | 2C | B3 | 29 | 28 |
| Octal | 74 | 220 | 217 | 72 | 0 | 1 | 54 | 263 | 51 | 50 |
| Binary | 111100 | 10010000 | 10001111 | 111010 | 0 | 1 | 101100 | 10110011 | 101001 | 101000 |
Color Harmonies of #3C908F
Complementary color
Monochromatic Colors of #3C908F
Black with #3C908F
Text Example
Text Example
White with #3C908F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C908F; }
p { color: rgb(60,144,143); }
H1.HeaderClassName
{
color: #3C908F;
}
.AnyTagClassName
{
color: #3C908F;
}
</style>
background-color css
<style>
a { background-color: #3C908F; }
a { background-color: rgb(60,144,143); }
div.DivClassName
{
background-color: #3C908F;
}
.BgClassName
{
background-color: #3C908F;
}
</style>
border-color css
<style>
span { border-color: #3C908F; }
span { border-color: rgb(60,144,143); }
td.TdClassName
{
border-color: #3C908F;
}
.TagClassName
{
border-color: #3C908F;
}
</style>