Shades of Blue Chill #3C918B
Tints of Blue Chill #3C918B
RGB
CMYK
RGB Variations
Color information
#3C918B (or 0x3C918B) is known color: Blue Chill. HEX triplet: 3C, 91 and 8B. RGB value is (60,145,139). Sum of RGB (Red+Green+Blue) = 60+145+139=344 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.44% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #3C918B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C918B is #C36E74. Grayscale: #767676. Windows color (decimal): -12807797 or 9146684. OLE color: 9146684.
HSL color Cylindrical-coordinate representation of color #3C918B: hue angle of 175.76º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C918B is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 145 | 139 | - |
| CMYK | 0.59 | 0 | 0.04 | 0.43 |
| HSL | 175.76º | 0.41% | 0.4% | - |
| HSV(B) | 175.76º | 0.59% | 0.57% | - |
| XYZ | 16.65 | 23.08 | 28 | - |
| YUV | 118.9 | 139.34 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 145 | 139 | 0.59 | 0 | 0.04 | 0.43 | 175.76 | 0.41 | 0.4 |
| Hex | 3C | 91 | 8B | 3B | 0 | 4 | 2B | B0 | 29 | 28 |
| Octal | 74 | 221 | 213 | 73 | 0 | 4 | 53 | 260 | 51 | 50 |
| Binary | 111100 | 10010001 | 10001011 | 111011 | 0 | 100 | 101011 | 10110000 | 101001 | 101000 |
Color Harmonies of #3C918B
Complementary color
Monochromatic Colors of #3C918B
Black with #3C918B
Text Example
Text Example
White with #3C918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C918B; }
p { color: rgb(60,145,139); }
H1.HeaderClassName
{
color: #3C918B;
}
.AnyTagClassName
{
color: #3C918B;
}
</style>
background-color css
<style>
a { background-color: #3C918B; }
a { background-color: rgb(60,145,139); }
div.DivClassName
{
background-color: #3C918B;
}
.BgClassName
{
background-color: #3C918B;
}
</style>
border-color css
<style>
span { border-color: #3C918B; }
span { border-color: rgb(60,145,139); }
td.TdClassName
{
border-color: #3C918B;
}
.TagClassName
{
border-color: #3C918B;
}
</style>