Shades of Cello #3B4A57
Tints of Cello #3B4A57
RGB
CMYK
RGB Variations
Color information
#3B4A57 (or 0x3B4A57) is known color: Cello. HEX triplet: 3B, 4A and 57. RGB value is (59,74,87). Sum of RGB (Red+Green+Blue) = 59+74+87=220 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.82% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 87 - color contains mainly: blue. Hex color #3B4A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4A57 is #C4B5A8. Grayscale: #464646. Windows color (decimal): -12891561 or 5720635. OLE color: 5720635.
HSL color Cylindrical-coordinate representation of color #3B4A57: hue angle of 207.86º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3B4A57 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 59 | 74 | 87 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.66 |
| HSL | 207.86º | 0.19% | 0.29% | - |
| HSV(B) | 207.86º | 0.32% | 0.34% | - |
| XYZ | 5.97 | 6.52 | 9.96 | - |
| YUV | 71 | 137.03 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 74 | 87 | 0.32 | 0.15 | 0 | 0.66 | 207.86 | 0.19 | 0.29 |
| Hex | 3B | 4A | 57 | 20 | F | 0 | 42 | D0 | 13 | 1D |
| Octal | 73 | 112 | 127 | 40 | 17 | 0 | 102 | 320 | 23 | 35 |
| Binary | 111011 | 1001010 | 1010111 | 100000 | 1111 | 0 | 1000010 | 11010000 | 10011 | 11101 |
Color Harmonies of #3B4A57
Complementary color
Monochromatic Colors of #3B4A57
Black with #3B4A57
Text Example
Text Example
White with #3B4A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4A57; }
p { color: rgb(59,74,87); }
H1.HeaderClassName
{
color: #3B4A57;
}
.AnyTagClassName
{
color: #3B4A57;
}
</style>
background-color css
<style>
a { background-color: #3B4A57; }
a { background-color: rgb(59,74,87); }
div.DivClassName
{
background-color: #3B4A57;
}
.BgClassName
{
background-color: #3B4A57;
}
</style>
border-color css
<style>
span { border-color: #3B4A57; }
span { border-color: rgb(59,74,87); }
td.TdClassName
{
border-color: #3B4A57;
}
.TagClassName
{
border-color: #3B4A57;
}
</style>