Shades of Cello #3C505C
Tints of Cello #3C505C
RGB
CMYK
RGB Variations
Color information
#3C505C (or 0x3C505C) is known color: Cello. HEX triplet: 3C, 50 and 5C. RGB value is (60,80,92). Sum of RGB (Red+Green+Blue) = 60+80+92=232 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.86% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 92 - color contains mainly: blue. Hex color #3C505C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C505C is #C3AFA3. Grayscale: #4B4B4B. Windows color (decimal): -12824484 or 6049852. OLE color: 6049852.
HSL color Cylindrical-coordinate representation of color #3C505C: hue angle of 202.5º degrees, saturation: 0.21, 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 #3C505C is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 80 | 92 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.64 |
| HSL | 202.5º | 0.21% | 0.3% | - |
| HSV(B) | 202.5º | 0.35% | 0.36% | - |
| XYZ | 6.66 | 7.47 | 11.22 | - |
| YUV | 75.39 | 137.37 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 80 | 92 | 0.35 | 0.13 | 0 | 0.64 | 202.5 | 0.21 | 0.3 |
| Hex | 3C | 50 | 5C | 23 | D | 0 | 40 | CA | 15 | 1E |
| Octal | 74 | 120 | 134 | 43 | 15 | 0 | 100 | 312 | 25 | 36 |
| Binary | 111100 | 1010000 | 1011100 | 100011 | 1101 | 0 | 1000000 | 11001010 | 10101 | 11110 |
Color Harmonies of #3C505C
Complementary color
Monochromatic Colors of #3C505C
Black with #3C505C
Text Example
Text Example
White with #3C505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C505C; }
p { color: rgb(60,80,92); }
H1.HeaderClassName
{
color: #3C505C;
}
.AnyTagClassName
{
color: #3C505C;
}
</style>
background-color css
<style>
a { background-color: #3C505C; }
a { background-color: rgb(60,80,92); }
div.DivClassName
{
background-color: #3C505C;
}
.BgClassName
{
background-color: #3C505C;
}
</style>
border-color css
<style>
span { border-color: #3C505C; }
span { border-color: rgb(60,80,92); }
td.TdClassName
{
border-color: #3C505C;
}
.TagClassName
{
border-color: #3C505C;
}
</style>