Shades of Blue Chill #3C998F
Tints of Blue Chill #3C998F
RGB
CMYK
RGB Variations
Color information
#3C998F (or 0x3C998F) is known color: Blue Chill. HEX triplet: 3C, 99 and 8F. RGB value is (60,153,143). Sum of RGB (Red+Green+Blue) = 60+153+143=356 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.85% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #3C998F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C998F is #C36670. Grayscale: #7C7C7C. Windows color (decimal): -12805745 or 9410876. OLE color: 9410876.
HSL color Cylindrical-coordinate representation of color #3C998F: hue angle of 173.55º 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 #3C998F is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 60 | 153 | 143 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.4 |
| HSL | 173.55º | 0.44% | 0.42% | - |
| HSV(B) | 173.55º | 0.61% | 0.6% | - |
| XYZ | 18.21 | 25.73 | 29.99 | - |
| YUV | 124.05 | 138.69 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 153 | 143 | 0.61 | 0 | 0.07 | 0.4 | 173.55 | 0.44 | 0.42 |
| Hex | 3C | 99 | 8F | 3D | 0 | 7 | 28 | AE | 2C | 2A |
| Octal | 74 | 231 | 217 | 75 | 0 | 7 | 50 | 256 | 54 | 52 |
| Binary | 111100 | 10011001 | 10001111 | 111101 | 0 | 111 | 101000 | 10101110 | 101100 | 101010 |
Color Harmonies of #3C998F
Complementary color
Monochromatic Colors of #3C998F
Black with #3C998F
Text Example
Text Example
White with #3C998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C998F; }
p { color: rgb(60,153,143); }
H1.HeaderClassName
{
color: #3C998F;
}
.AnyTagClassName
{
color: #3C998F;
}
</style>
background-color css
<style>
a { background-color: #3C998F; }
a { background-color: rgb(60,153,143); }
div.DivClassName
{
background-color: #3C998F;
}
.BgClassName
{
background-color: #3C998F;
}
</style>
border-color css
<style>
span { border-color: #3C998F; }
span { border-color: rgb(60,153,143); }
td.TdClassName
{
border-color: #3C998F;
}
.TagClassName
{
border-color: #3C998F;
}
</style>