Shades of Cello #3C4C59
Tints of Cello #3C4C59
RGB
CMYK
RGB Variations
Color information
#3C4C59 (or 0x3C4C59) is known color: Cello. HEX triplet: 3C, 4C and 59. RGB value is (60,76,89). Sum of RGB (Red+Green+Blue) = 60+76+89=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #3C4C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4C59 is #C3B3A6. Grayscale: #484848. Windows color (decimal): -12825511 or 5852220. OLE color: 5852220.
HSL color Cylindrical-coordinate representation of color #3C4C59: hue angle of 206.9º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C4C59 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 76 | 89 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.65 |
| HSL | 206.9º | 0.19% | 0.29% | - |
| HSV(B) | 206.9º | 0.33% | 0.35% | - |
| XYZ | 6.25 | 6.85 | 10.44 | - |
| YUV | 72.7 | 137.2 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 76 | 89 | 0.33 | 0.15 | 0 | 0.65 | 206.9 | 0.19 | 0.29 |
| Hex | 3C | 4C | 59 | 21 | F | 0 | 41 | CF | 13 | 1D |
| Octal | 74 | 114 | 131 | 41 | 17 | 0 | 101 | 317 | 23 | 35 |
| Binary | 111100 | 1001100 | 1011001 | 100001 | 1111 | 0 | 1000001 | 11001111 | 10011 | 11101 |
Color Harmonies of #3C4C59
Complementary color
Monochromatic Colors of #3C4C59
Black with #3C4C59
Text Example
Text Example
White with #3C4C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4C59; }
p { color: rgb(60,76,89); }
H1.HeaderClassName
{
color: #3C4C59;
}
.AnyTagClassName
{
color: #3C4C59;
}
</style>
background-color css
<style>
a { background-color: #3C4C59; }
a { background-color: rgb(60,76,89); }
div.DivClassName
{
background-color: #3C4C59;
}
.BgClassName
{
background-color: #3C4C59;
}
</style>
border-color css
<style>
span { border-color: #3C4C59; }
span { border-color: rgb(60,76,89); }
td.TdClassName
{
border-color: #3C4C59;
}
.TagClassName
{
border-color: #3C4C59;
}
</style>