Shades of Blue Chill #3C9A91
Tints of Blue Chill #3C9A91
RGB
CMYK
RGB Variations
Color information
#3C9A91 (or 0x3C9A91) is known color: Blue Chill. HEX triplet: 3C, 9A and 91. RGB value is (60,154,145). Sum of RGB (Red+Green+Blue) = 60+154+145=359 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.71% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 154 - color contains mainly: green. Hex color #3C9A91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9A91 is #C3656E. Grayscale: #7C7C7C. Windows color (decimal): -12805487 or 9542204. OLE color: 9542204.
HSL color Cylindrical-coordinate representation of color #3C9A91: hue angle of 174.26º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C9A91 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 60 | 154 | 145 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.40 |
| HSL | 174.26º | 0.44% | 0.42% | - |
| HSV(B) | 174.26º | 0.61% | 0.6% | - |
| XYZ | 18.53 | 26.12 | 30.85 | - |
| YUV | 124.87 | 139.36 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 154 | 145 | 0.61 | 0 | 0.06 | 0.40 | 174.26 | 0.44 | 0.42 |
| Hex | 3C | 9A | 91 | 3D | 0 | 6 | 28 | AE | 2C | 2A |
| Octal | 74 | 232 | 221 | 75 | 0 | 6 | 50 | 256 | 54 | 52 |
| Binary | 111100 | 10011010 | 10010001 | 111101 | 0 | 110 | 101000 | 10101110 | 101100 | 101010 |
Color Harmonies of #3C9A91
Complementary color
Monochromatic Colors of #3C9A91
Black with #3C9A91
Text Example
Text Example
White with #3C9A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9A91; }
p { color: rgb(60,154,145); }
H1.HeaderClassName
{
color: #3C9A91;
}
.AnyTagClassName
{
color: #3C9A91;
}
</style>
background-color css
<style>
a { background-color: #3C9A91; }
a { background-color: rgb(60,154,145); }
div.DivClassName
{
background-color: #3C9A91;
}
.BgClassName
{
background-color: #3C9A91;
}
</style>
border-color css
<style>
span { border-color: #3C9A91; }
span { border-color: rgb(60,154,145); }
td.TdClassName
{
border-color: #3C9A91;
}
.TagClassName
{
border-color: #3C9A91;
}
</style>