Shades of Blue Chill #3C908D
Tints of Blue Chill #3C908D
RGB
CMYK
RGB Variations
Color information
#3C908D (or 0x3C908D) is known color: Blue Chill. HEX triplet: 3C, 90 and 8D. RGB value is (60,144,141). Sum of RGB (Red+Green+Blue) = 60+144+141=345 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.39% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 144 - color contains mainly: green. Hex color #3C908D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C908D is #C36F72. Grayscale: #767676. Windows color (decimal): -12808051 or 9277500. OLE color: 9277500.
HSL color Cylindrical-coordinate representation of color #3C908D: hue angle of 177.86º 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 #3C908D is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 144 | 141 | - |
| CMYK | 0.58 | 0 | 0.02 | 0.44 |
| HSL | 177.86º | 0.41% | 0.4% | - |
| HSV(B) | 177.86º | 0.58% | 0.56% | - |
| XYZ | 16.64 | 22.83 | 28.73 | - |
| YUV | 118.54 | 140.67 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 144 | 141 | 0.58 | 0 | 0.02 | 0.44 | 177.86 | 0.41 | 0.4 |
| Hex | 3C | 90 | 8D | 3A | 0 | 2 | 2C | B2 | 29 | 28 |
| Octal | 74 | 220 | 215 | 72 | 0 | 2 | 54 | 262 | 51 | 50 |
| Binary | 111100 | 10010000 | 10001101 | 111010 | 0 | 10 | 101100 | 10110010 | 101001 | 101000 |
Color Harmonies of #3C908D
Complementary color
Monochromatic Colors of #3C908D
Black with #3C908D
Text Example
Text Example
White with #3C908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C908D; }
p { color: rgb(60,144,141); }
H1.HeaderClassName
{
color: #3C908D;
}
.AnyTagClassName
{
color: #3C908D;
}
</style>
background-color css
<style>
a { background-color: #3C908D; }
a { background-color: rgb(60,144,141); }
div.DivClassName
{
background-color: #3C908D;
}
.BgClassName
{
background-color: #3C908D;
}
</style>
border-color css
<style>
span { border-color: #3C908D; }
span { border-color: rgb(60,144,141); }
td.TdClassName
{
border-color: #3C908D;
}
.TagClassName
{
border-color: #3C908D;
}
</style>