Shades of Cello #3C505B
Tints of Cello #3C505B
RGB
CMYK
RGB Variations
Color information
#3C505B (or 0x3C505B) is known color: Cello. HEX triplet: 3C, 50 and 5B. RGB value is (60,80,91). Sum of RGB (Red+Green+Blue) = 60+80+91=231 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.97% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C505B is #C3AFA4. Grayscale: #4B4B4B. Windows color (decimal): -12824485 or 5984316. OLE color: 5984316.
HSL color Cylindrical-coordinate representation of color #3C505B: hue angle of 201.29º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3C505B is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 80 | 91 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.64 |
| HSL | 201.29º | 0.21% | 0.3% | - |
| HSV(B) | 201.29º | 0.34% | 0.36% | - |
| XYZ | 6.62 | 7.45 | 10.99 | - |
| YUV | 75.27 | 136.87 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 80 | 91 | 0.34 | 0.12 | 0 | 0.64 | 201.29 | 0.21 | 0.3 |
| Hex | 3C | 50 | 5B | 22 | C | 0 | 40 | C9 | 15 | 1E |
| Octal | 74 | 120 | 133 | 42 | 14 | 0 | 100 | 311 | 25 | 36 |
| Binary | 111100 | 1010000 | 1011011 | 100010 | 1100 | 0 | 1000000 | 11001001 | 10101 | 11110 |
Color Harmonies of #3C505B
Complementary color
Monochromatic Colors of #3C505B
Black with #3C505B
Text Example
Text Example
White with #3C505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C505B; }
p { color: rgb(60,80,91); }
H1.HeaderClassName
{
color: #3C505B;
}
.AnyTagClassName
{
color: #3C505B;
}
</style>
background-color css
<style>
a { background-color: #3C505B; }
a { background-color: rgb(60,80,91); }
div.DivClassName
{
background-color: #3C505B;
}
.BgClassName
{
background-color: #3C505B;
}
</style>
border-color css
<style>
span { border-color: #3C505B; }
span { border-color: rgb(60,80,91); }
td.TdClassName
{
border-color: #3C505B;
}
.TagClassName
{
border-color: #3C505B;
}
</style>