Shades of Cello #3C4A59
Tints of Cello #3C4A59
RGB
CMYK
RGB Variations
Color information
#3C4A59 (or 0x3C4A59) is known color: Cello. HEX triplet: 3C, 4A and 59. RGB value is (60,74,89). Sum of RGB (Red+Green+Blue) = 60+74+89=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 89 - color contains mainly: blue. Hex color #3C4A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4A59 is #C3B5A6. Grayscale: #474747. Windows color (decimal): -12826023 or 5851708. OLE color: 5851708.
HSL color Cylindrical-coordinate representation of color #3C4A59: hue angle of 211.03º 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 #3C4A59 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 74 | 89 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.65 |
| HSL | 211.03º | 0.19% | 0.29% | - |
| HSV(B) | 211.03º | 0.33% | 0.35% | - |
| XYZ | 6.12 | 6.58 | 10.4 | - |
| YUV | 71.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 74 | 89 | 0.33 | 0.17 | 0 | 0.65 | 211.03 | 0.19 | 0.29 |
| Hex | 3C | 4A | 59 | 21 | 11 | 0 | 41 | D3 | 13 | 1D |
| Octal | 74 | 112 | 131 | 41 | 21 | 0 | 101 | 323 | 23 | 35 |
| Binary | 111100 | 1001010 | 1011001 | 100001 | 10001 | 0 | 1000001 | 11010011 | 10011 | 11101 |
Color Harmonies of #3C4A59
Complementary color
Monochromatic Colors of #3C4A59
Black with #3C4A59
Text Example
Text Example
White with #3C4A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4A59; }
p { color: rgb(60,74,89); }
H1.HeaderClassName
{
color: #3C4A59;
}
.AnyTagClassName
{
color: #3C4A59;
}
</style>
background-color css
<style>
a { background-color: #3C4A59; }
a { background-color: rgb(60,74,89); }
div.DivClassName
{
background-color: #3C4A59;
}
.BgClassName
{
background-color: #3C4A59;
}
</style>
border-color css
<style>
span { border-color: #3C4A59; }
span { border-color: rgb(60,74,89); }
td.TdClassName
{
border-color: #3C4A59;
}
.TagClassName
{
border-color: #3C4A59;
}
</style>