Shades of Cello #3C505D
Tints of Cello #3C505D
RGB
CMYK
RGB Variations
Color information
#3C505D (or 0x3C505D) is known color: Cello. HEX triplet: 3C, 50 and 5D. RGB value is (60,80,93). Sum of RGB (Red+Green+Blue) = 60+80+93=233 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.75% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 93 - color contains mainly: blue. Hex color #3C505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C505D is #C3AFA2. Grayscale: #4B4B4B. Windows color (decimal): -12824483 or 6115388. OLE color: 6115388.
HSL color Cylindrical-coordinate representation of color #3C505D: hue angle of 203.64º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3C505D is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 80 | 93 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.64 |
| HSL | 203.64º | 0.22% | 0.3% | - |
| HSV(B) | 203.64º | 0.35% | 0.36% | - |
| XYZ | 6.71 | 7.49 | 11.45 | - |
| YUV | 75.5 | 137.87 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 80 | 93 | 0.35 | 0.14 | 0 | 0.64 | 203.64 | 0.22 | 0.3 |
| Hex | 3C | 50 | 5D | 23 | E | 0 | 40 | CC | 16 | 1E |
| Octal | 74 | 120 | 135 | 43 | 16 | 0 | 100 | 314 | 26 | 36 |
| Binary | 111100 | 1010000 | 1011101 | 100011 | 1110 | 0 | 1000000 | 11001100 | 10110 | 11110 |
Color Harmonies of #3C505D
Complementary color
Monochromatic Colors of #3C505D
Black with #3C505D
Text Example
Text Example
White with #3C505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C505D; }
p { color: rgb(60,80,93); }
H1.HeaderClassName
{
color: #3C505D;
}
.AnyTagClassName
{
color: #3C505D;
}
</style>
background-color css
<style>
a { background-color: #3C505D; }
a { background-color: rgb(60,80,93); }
div.DivClassName
{
background-color: #3C505D;
}
.BgClassName
{
background-color: #3C505D;
}
</style>
border-color css
<style>
span { border-color: #3C505D; }
span { border-color: rgb(60,80,93); }
td.TdClassName
{
border-color: #3C505D;
}
.TagClassName
{
border-color: #3C505D;
}
</style>