Shades of Blue Chill #3C8891
Tints of Blue Chill #3C8891
RGB
CMYK
RGB Variations
Color information
#3C8891 (or 0x3C8891) is known color: Blue Chill. HEX triplet: 3C, 88 and 91. RGB value is (60,136,145). Sum of RGB (Red+Green+Blue) = 60+136+145=341 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.60% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #3C8891 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8891 is #C3776E. Grayscale: #727272. Windows color (decimal): -12810095 or 9537596. OLE color: 9537596.
HSL color Cylindrical-coordinate representation of color #3C8891: hue angle of 186.35º 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 #3C8891 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 136 | 145 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.43 |
| HSL | 186.35º | 0.41% | 0.4% | - |
| HSV(B) | 186.35º | 0.59% | 0.57% | - |
| XYZ | 15.78 | 20.61 | 29.94 | - |
| YUV | 114.3 | 145.32 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 136 | 145 | 0.59 | 0.06 | 0 | 0.43 | 186.35 | 0.41 | 0.4 |
| Hex | 3C | 88 | 91 | 3B | 6 | 0 | 2B | BA | 29 | 28 |
| Octal | 74 | 210 | 221 | 73 | 6 | 0 | 53 | 272 | 51 | 50 |
| Binary | 111100 | 10001000 | 10010001 | 111011 | 110 | 0 | 101011 | 10111010 | 101001 | 101000 |
Color Harmonies of #3C8891
Complementary color
Monochromatic Colors of #3C8891
Black with #3C8891
Text Example
Text Example
White with #3C8891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8891; }
p { color: rgb(60,136,145); }
H1.HeaderClassName
{
color: #3C8891;
}
.AnyTagClassName
{
color: #3C8891;
}
</style>
background-color css
<style>
a { background-color: #3C8891; }
a { background-color: rgb(60,136,145); }
div.DivClassName
{
background-color: #3C8891;
}
.BgClassName
{
background-color: #3C8891;
}
</style>
border-color css
<style>
span { border-color: #3C8891; }
span { border-color: rgb(60,136,145); }
td.TdClassName
{
border-color: #3C8891;
}
.TagClassName
{
border-color: #3C8891;
}
</style>