Shades of Cello #3F505D
Tints of Cello #3F505D
RGB
CMYK
RGB Variations
Color information
#3F505D (or 0x3F505D) is known color: Cello. HEX triplet: 3F, 50 and 5D. RGB value is (63,80,93). Sum of RGB (Red+Green+Blue) = 63+80+93=236 (31% of max value = 765). Red value is 63 (25% from 255 or 26.69% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 93 - color contains mainly: blue. Hex color #3F505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F505D is #C0AFA2. Grayscale: #4C4C4C. Windows color (decimal): -12627875 or 6115391. OLE color: 6115391.
HSL color Cylindrical-coordinate representation of color #3F505D: hue angle of 206º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F505D is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 80 | 93 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.64 |
| HSL | 206º | 0.19% | 0.31% | - |
| HSV(B) | 206º | 0.32% | 0.36% | - |
| XYZ | 6.89 | 7.58 | 11.46 | - |
| YUV | 76.4 | 137.37 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 80 | 93 | 0.32 | 0.14 | 0 | 0.64 | 206 | 0.19 | 0.31 |
| Hex | 3F | 50 | 5D | 20 | E | 0 | 40 | CE | 13 | 1F |
| Octal | 77 | 120 | 135 | 40 | 16 | 0 | 100 | 316 | 23 | 37 |
| Binary | 111111 | 1010000 | 1011101 | 100000 | 1110 | 0 | 1000000 | 11001110 | 10011 | 11111 |
Color Harmonies of #3F505D
Complementary color
Monochromatic Colors of #3F505D
Black with #3F505D
Text Example
Text Example
White with #3F505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F505D; }
p { color: rgb(63,80,93); }
H1.HeaderClassName
{
color: #3F505D;
}
.AnyTagClassName
{
color: #3F505D;
}
</style>
background-color css
<style>
a { background-color: #3F505D; }
a { background-color: rgb(63,80,93); }
div.DivClassName
{
background-color: #3F505D;
}
.BgClassName
{
background-color: #3F505D;
}
</style>
border-color css
<style>
span { border-color: #3F505D; }
span { border-color: rgb(63,80,93); }
td.TdClassName
{
border-color: #3F505D;
}
.TagClassName
{
border-color: #3F505D;
}
</style>