Shades of Cello #3B515F
Tints of Cello #3B515F
RGB
CMYK
RGB Variations
Color information
#3B515F (or 0x3B515F) is known color: Cello. HEX triplet: 3B, 51 and 5F. RGB value is (59,81,95). Sum of RGB (Red+Green+Blue) = 59+81+95=235 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25.11% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 95 - color contains mainly: blue. Hex color #3B515F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B515F is #C4AEA0. Grayscale: #4B4B4B. Windows color (decimal): -12889761 or 6246715. OLE color: 6246715.
HSL color Cylindrical-coordinate representation of color #3B515F: hue angle of 203.33º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3B515F is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 59 | 81 | 95 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.63 |
| HSL | 203.33º | 0.23% | 0.3% | - |
| HSV(B) | 203.33º | 0.38% | 0.37% | - |
| XYZ | 6.81 | 7.64 | 11.94 | - |
| YUV | 76.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 81 | 95 | 0.38 | 0.15 | 0 | 0.63 | 203.33 | 0.23 | 0.3 |
| Hex | 3B | 51 | 5F | 26 | F | 0 | 3F | CB | 17 | 1E |
| Octal | 73 | 121 | 137 | 46 | 17 | 0 | 77 | 313 | 27 | 36 |
| Binary | 111011 | 1010001 | 1011111 | 100110 | 1111 | 0 | 111111 | 11001011 | 10111 | 11110 |
Color Harmonies of #3B515F
Complementary color
Monochromatic Colors of #3B515F
Black with #3B515F
Text Example
Text Example
White with #3B515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B515F; }
p { color: rgb(59,81,95); }
H1.HeaderClassName
{
color: #3B515F;
}
.AnyTagClassName
{
color: #3B515F;
}
</style>
background-color css
<style>
a { background-color: #3B515F; }
a { background-color: rgb(59,81,95); }
div.DivClassName
{
background-color: #3B515F;
}
.BgClassName
{
background-color: #3B515F;
}
</style>
border-color css
<style>
span { border-color: #3B515F; }
span { border-color: rgb(59,81,95); }
td.TdClassName
{
border-color: #3B515F;
}
.TagClassName
{
border-color: #3B515F;
}
</style>