Shades of Blue Chill #3C9499
Tints of Blue Chill #3C9499
RGB
CMYK
RGB Variations
Color information
#3C9499 (or 0x3C9499) is known color: Blue Chill. HEX triplet: 3C, 94 and 99. RGB value is (60,148,153). Sum of RGB (Red+Green+Blue) = 60+148+153=361 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.62% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C9499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9499 is #C36B66. Grayscale: #7A7A7A. Windows color (decimal): -12807015 or 10064956. OLE color: 10064956.
HSL color Cylindrical-coordinate representation of color #3C9499: hue angle of 183.23º 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 #3C9499 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 60 | 148 | 153 | - |
| CMYK | 0.61 | 0.03 | 0 | 0.4 |
| HSL | 183.23º | 0.44% | 0.42% | - |
| HSV(B) | 183.23º | 0.61% | 0.6% | - |
| XYZ | 18.2 | 24.44 | 33.9 | - |
| YUV | 122.26 | 145.35 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 148 | 153 | 0.61 | 0.03 | 0 | 0.4 | 183.23 | 0.44 | 0.42 |
| Hex | 3C | 94 | 99 | 3D | 3 | 0 | 28 | B7 | 2C | 2A |
| Octal | 74 | 224 | 231 | 75 | 3 | 0 | 50 | 267 | 54 | 52 |
| Binary | 111100 | 10010100 | 10011001 | 111101 | 11 | 0 | 101000 | 10110111 | 101100 | 101010 |
Color Harmonies of #3C9499
Complementary color
Monochromatic Colors of #3C9499
Black with #3C9499
Text Example
Text Example
White with #3C9499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9499; }
p { color: rgb(60,148,153); }
H1.HeaderClassName
{
color: #3C9499;
}
.AnyTagClassName
{
color: #3C9499;
}
</style>
background-color css
<style>
a { background-color: #3C9499; }
a { background-color: rgb(60,148,153); }
div.DivClassName
{
background-color: #3C9499;
}
.BgClassName
{
background-color: #3C9499;
}
</style>
border-color css
<style>
span { border-color: #3C9499; }
span { border-color: rgb(60,148,153); }
td.TdClassName
{
border-color: #3C9499;
}
.TagClassName
{
border-color: #3C9499;
}
</style>