Shades of Blue Chill #3C8985
Tints of Blue Chill #3C8985
RGB
CMYK
RGB Variations
Color information
#3C8985 (or 0x3C8985) is known color: Blue Chill. HEX triplet: 3C, 89 and 85. RGB value is (60,137,133). Sum of RGB (Red+Green+Blue) = 60+137+133=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 137 - color contains mainly: green. Hex color #3C8985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8985 is #C3767A. Grayscale: #717171. Windows color (decimal): -12809851 or 8751420. OLE color: 8751420.
HSL color Cylindrical-coordinate representation of color #3C8985: hue angle of 176.88º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C8985 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 137 | 133 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.46 |
| HSL | 176.88º | 0.39% | 0.39% | - |
| HSV(B) | 176.88º | 0.56% | 0.54% | - |
| XYZ | 15.04 | 20.55 | 25.36 | - |
| YUV | 113.52 | 138.99 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 137 | 133 | 0.56 | 0 | 0.03 | 0.46 | 176.88 | 0.39 | 0.39 |
| Hex | 3C | 89 | 85 | 38 | 0 | 3 | 2E | B1 | 27 | 27 |
| Octal | 74 | 211 | 205 | 70 | 0 | 3 | 56 | 261 | 47 | 47 |
| Binary | 111100 | 10001001 | 10000101 | 111000 | 0 | 11 | 101110 | 10110001 | 100111 | 100111 |
Color Harmonies of #3C8985
Complementary color
Monochromatic Colors of #3C8985
Black with #3C8985
Text Example
Text Example
White with #3C8985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8985; }
p { color: rgb(60,137,133); }
H1.HeaderClassName
{
color: #3C8985;
}
.AnyTagClassName
{
color: #3C8985;
}
</style>
background-color css
<style>
a { background-color: #3C8985; }
a { background-color: rgb(60,137,133); }
div.DivClassName
{
background-color: #3C8985;
}
.BgClassName
{
background-color: #3C8985;
}
</style>
border-color css
<style>
span { border-color: #3C8985; }
span { border-color: rgb(60,137,133); }
td.TdClassName
{
border-color: #3C8985;
}
.TagClassName
{
border-color: #3C8985;
}
</style>