Shades of Cello #3B4B58
Tints of Cello #3B4B58
RGB
CMYK
RGB Variations
Color information
#3B4B58 (or 0x3B4B58) is known color: Cello. HEX triplet: 3B, 4B and 58. RGB value is (59,75,88). Sum of RGB (Red+Green+Blue) = 59+75+88=222 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.58% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 88 - color contains mainly: blue. Hex color #3B4B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4B58 is #C4B4A7. Grayscale: #474747. Windows color (decimal): -12891304 or 5786427. OLE color: 5786427.
HSL color Cylindrical-coordinate representation of color #3B4B58: hue angle of 206.9º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3B4B58 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 75 | 88 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.65 |
| HSL | 206.9º | 0.2% | 0.29% | - |
| HSV(B) | 206.9º | 0.33% | 0.35% | - |
| XYZ | 6.08 | 6.67 | 10.2 | - |
| YUV | 71.7 | 137.2 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 75 | 88 | 0.33 | 0.15 | 0 | 0.65 | 206.9 | 0.2 | 0.29 |
| Hex | 3B | 4B | 58 | 21 | F | 0 | 41 | CF | 14 | 1D |
| Octal | 73 | 113 | 130 | 41 | 17 | 0 | 101 | 317 | 24 | 35 |
| Binary | 111011 | 1001011 | 1011000 | 100001 | 1111 | 0 | 1000001 | 11001111 | 10100 | 11101 |
Color Harmonies of #3B4B58
Complementary color
Monochromatic Colors of #3B4B58
Black with #3B4B58
Text Example
Text Example
White with #3B4B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4B58; }
p { color: rgb(59,75,88); }
H1.HeaderClassName
{
color: #3B4B58;
}
.AnyTagClassName
{
color: #3B4B58;
}
</style>
background-color css
<style>
a { background-color: #3B4B58; }
a { background-color: rgb(59,75,88); }
div.DivClassName
{
background-color: #3B4B58;
}
.BgClassName
{
background-color: #3B4B58;
}
</style>
border-color css
<style>
span { border-color: #3B4B58; }
span { border-color: rgb(59,75,88); }
td.TdClassName
{
border-color: #3B4B58;
}
.TagClassName
{
border-color: #3B4B58;
}
</style>