Shades of Cello #3F525F
Tints of Cello #3F525F
RGB
CMYK
RGB Variations
Color information
#3F525F (or 0x3F525F) is known color: Cello. HEX triplet: 3F, 52 and 5F. RGB value is (63,82,95). Sum of RGB (Red+Green+Blue) = 63+82+95=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 95 - color contains mainly: blue. Hex color #3F525F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F525F is #C0ADA0. Grayscale: #4D4D4D. Windows color (decimal): -12627361 or 6246975. OLE color: 6246975.
HSL color Cylindrical-coordinate representation of color #3F525F: hue angle of 204.38º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F525F is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 63 | 82 | 95 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.63 |
| HSL | 204.38º | 0.2% | 0.31% | - |
| HSV(B) | 204.38º | 0.34% | 0.37% | - |
| XYZ | 7.13 | 7.92 | 11.98 | - |
| YUV | 77.8 | 137.71 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 82 | 95 | 0.34 | 0.14 | 0 | 0.63 | 204.38 | 0.2 | 0.31 |
| Hex | 3F | 52 | 5F | 22 | E | 0 | 3F | CC | 14 | 1F |
| Octal | 77 | 122 | 137 | 42 | 16 | 0 | 77 | 314 | 24 | 37 |
| Binary | 111111 | 1010010 | 1011111 | 100010 | 1110 | 0 | 111111 | 11001100 | 10100 | 11111 |
Color Harmonies of #3F525F
Complementary color
Monochromatic Colors of #3F525F
Black with #3F525F
Text Example
Text Example
White with #3F525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F525F; }
p { color: rgb(63,82,95); }
H1.HeaderClassName
{
color: #3F525F;
}
.AnyTagClassName
{
color: #3F525F;
}
</style>
background-color css
<style>
a { background-color: #3F525F; }
a { background-color: rgb(63,82,95); }
div.DivClassName
{
background-color: #3F525F;
}
.BgClassName
{
background-color: #3F525F;
}
</style>
border-color css
<style>
span { border-color: #3F525F; }
span { border-color: rgb(63,82,95); }
td.TdClassName
{
border-color: #3F525F;
}
.TagClassName
{
border-color: #3F525F;
}
</style>