Shades of Blue Chill #3C999A
Tints of Blue Chill #3C999A
RGB
CMYK
RGB Variations
Color information
#3C999A (or 0x3C999A) is known color: Blue Chill. HEX triplet: 3C, 99 and 9A. RGB value is (60,153,154). Sum of RGB (Red+Green+Blue) = 60+153+154=367 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.35% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 154 - color contains mainly: blue. Hex color #3C999A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C999A is #C36665. Grayscale: #7D7D7D. Windows color (decimal): -12805734 or 10131772. OLE color: 10131772.
HSL color Cylindrical-coordinate representation of color #3C999A: hue angle of 180.64º 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 #3C999A is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 60 | 153 | 154 | - |
| CMYK | 0.61 | 0.01 | 0 | 0.40 |
| HSL | 180.64º | 0.44% | 0.42% | - |
| HSV(B) | 180.64º | 0.61% | 0.6% | - |
| XYZ | 19.09 | 26.08 | 34.6 | - |
| YUV | 125.31 | 144.19 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 153 | 154 | 0.61 | 0.01 | 0 | 0.40 | 180.64 | 0.44 | 0.42 |
| Hex | 3C | 99 | 9A | 3D | 1 | 0 | 28 | B5 | 2C | 2A |
| Octal | 74 | 231 | 232 | 75 | 1 | 0 | 50 | 265 | 54 | 52 |
| Binary | 111100 | 10011001 | 10011010 | 111101 | 1 | 0 | 101000 | 10110101 | 101100 | 101010 |
Color Harmonies of #3C999A
Complementary color
Monochromatic Colors of #3C999A
Black with #3C999A
Text Example
Text Example
White with #3C999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C999A; }
p { color: rgb(60,153,154); }
H1.HeaderClassName
{
color: #3C999A;
}
.AnyTagClassName
{
color: #3C999A;
}
</style>
background-color css
<style>
a { background-color: #3C999A; }
a { background-color: rgb(60,153,154); }
div.DivClassName
{
background-color: #3C999A;
}
.BgClassName
{
background-color: #3C999A;
}
</style>
border-color css
<style>
span { border-color: #3C999A; }
span { border-color: rgb(60,153,154); }
td.TdClassName
{
border-color: #3C999A;
}
.TagClassName
{
border-color: #3C999A;
}
</style>