Shades of Cello #3F5061
Tints of Cello #3F5061
RGB
CMYK
RGB Variations
Color information
#3F5061 (or 0x3F5061) is known color: Cello. HEX triplet: 3F, 50 and 61. RGB value is (63,80,97). Sum of RGB (Red+Green+Blue) = 63+80+97=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 97 - color contains mainly: blue. Hex color #3F5061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5061 is #C0AF9E. Grayscale: #4C4C4C. Windows color (decimal): -12627871 or 6377535. OLE color: 6377535.
HSL color Cylindrical-coordinate representation of color #3F5061: hue angle of 210º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F5061 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 80 | 97 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.62 |
| HSL | 210º | 0.21% | 0.31% | - |
| HSV(B) | 210º | 0.35% | 0.38% | - |
| XYZ | 7.08 | 7.66 | 12.41 | - |
| YUV | 76.86 | 139.37 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 80 | 97 | 0.35 | 0.18 | 0 | 0.62 | 210 | 0.21 | 0.31 |
| Hex | 3F | 50 | 61 | 23 | 12 | 0 | 3E | D2 | 15 | 1F |
| Octal | 77 | 120 | 141 | 43 | 22 | 0 | 76 | 322 | 25 | 37 |
| Binary | 111111 | 1010000 | 1100001 | 100011 | 10010 | 0 | 111110 | 11010010 | 10101 | 11111 |
Color Harmonies of #3F5061
Complementary color
Monochromatic Colors of #3F5061
Black with #3F5061
Text Example
Text Example
White with #3F5061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5061; }
p { color: rgb(63,80,97); }
H1.HeaderClassName
{
color: #3F5061;
}
.AnyTagClassName
{
color: #3F5061;
}
</style>
background-color css
<style>
a { background-color: #3F5061; }
a { background-color: rgb(63,80,97); }
div.DivClassName
{
background-color: #3F5061;
}
.BgClassName
{
background-color: #3F5061;
}
</style>
border-color css
<style>
span { border-color: #3F5061; }
span { border-color: rgb(63,80,97); }
td.TdClassName
{
border-color: #3F5061;
}
.TagClassName
{
border-color: #3F5061;
}
</style>