Shades of Cello #3B5060
Tints of Cello #3B5060
RGB
CMYK
RGB Variations
Color information
#3B5060 (or 0x3B5060) is known color: Cello. HEX triplet: 3B, 50 and 60. RGB value is (59,80,96). Sum of RGB (Red+Green+Blue) = 59+80+96=235 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25.11% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 96 - color contains mainly: blue. Hex color #3B5060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5060 is #C4AF9F. Grayscale: #4B4B4B. Windows color (decimal): -12890016 or 6311995. OLE color: 6311995.
HSL color Cylindrical-coordinate representation of color #3B5060: hue angle of 205.95º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B5060 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 80 | 96 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.62 |
| HSL | 205.95º | 0.24% | 0.3% | - |
| HSV(B) | 205.95º | 0.39% | 0.38% | - |
| XYZ | 6.78 | 7.51 | 12.16 | - |
| YUV | 75.55 | 139.54 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 80 | 96 | 0.39 | 0.17 | 0 | 0.62 | 205.95 | 0.24 | 0.3 |
| Hex | 3B | 50 | 60 | 27 | 11 | 0 | 3E | CE | 18 | 1E |
| Octal | 73 | 120 | 140 | 47 | 21 | 0 | 76 | 316 | 30 | 36 |
| Binary | 111011 | 1010000 | 1100000 | 100111 | 10001 | 0 | 111110 | 11001110 | 11000 | 11110 |
Color Harmonies of #3B5060
Complementary color
Monochromatic Colors of #3B5060
Black with #3B5060
Text Example
Text Example
White with #3B5060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5060; }
p { color: rgb(59,80,96); }
H1.HeaderClassName
{
color: #3B5060;
}
.AnyTagClassName
{
color: #3B5060;
}
</style>
background-color css
<style>
a { background-color: #3B5060; }
a { background-color: rgb(59,80,96); }
div.DivClassName
{
background-color: #3B5060;
}
.BgClassName
{
background-color: #3B5060;
}
</style>
border-color css
<style>
span { border-color: #3B5060; }
span { border-color: rgb(59,80,96); }
td.TdClassName
{
border-color: #3B5060;
}
.TagClassName
{
border-color: #3B5060;
}
</style>