Shades of Cello #3C5063
Tints of Cello #3C5063
RGB
CMYK
RGB Variations
Color information
#3C5063 (or 0x3C5063) is known color: Cello. HEX triplet: 3C, 50 and 63. RGB value is (60,80,99). Sum of RGB (Red+Green+Blue) = 60+80+99=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C5063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5063 is #C3AF9C. Grayscale: #4C4C4C. Windows color (decimal): -12824477 or 6508604. OLE color: 6508604.
HSL color Cylindrical-coordinate representation of color #3C5063: hue angle of 209.23º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C5063 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 80 | 99 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.61 |
| HSL | 209.23º | 0.25% | 0.31% | - |
| HSV(B) | 209.23º | 0.39% | 0.39% | - |
| XYZ | 6.98 | 7.6 | 12.9 | - |
| YUV | 76.19 | 140.87 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 80 | 99 | 0.39 | 0.19 | 0 | 0.61 | 209.23 | 0.25 | 0.31 |
| Hex | 3C | 50 | 63 | 27 | 13 | 0 | 3D | D1 | 19 | 1F |
| Octal | 74 | 120 | 143 | 47 | 23 | 0 | 75 | 321 | 31 | 37 |
| Binary | 111100 | 1010000 | 1100011 | 100111 | 10011 | 0 | 111101 | 11010001 | 11001 | 11111 |
Color Harmonies of #3C5063
Complementary color
Monochromatic Colors of #3C5063
Black with #3C5063
Text Example
Text Example
White with #3C5063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5063; }
p { color: rgb(60,80,99); }
H1.HeaderClassName
{
color: #3C5063;
}
.AnyTagClassName
{
color: #3C5063;
}
</style>
background-color css
<style>
a { background-color: #3C5063; }
a { background-color: rgb(60,80,99); }
div.DivClassName
{
background-color: #3C5063;
}
.BgClassName
{
background-color: #3C5063;
}
</style>
border-color css
<style>
span { border-color: #3C5063; }
span { border-color: rgb(60,80,99); }
td.TdClassName
{
border-color: #3C5063;
}
.TagClassName
{
border-color: #3C5063;
}
</style>