Shades of Cello #3A4959
Tints of Cello #3A4959
RGB
CMYK
RGB Variations
Color information
#3A4959 (or 0x3A4959) is known color: Cello. HEX triplet: 3A, 49 and 59. RGB value is (58,73,89). Sum of RGB (Red+Green+Blue) = 58+73+89=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A4959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4959 is #C5B6A6. Grayscale: #464646. Windows color (decimal): -12957351 or 5851450. OLE color: 5851450.
HSL color Cylindrical-coordinate representation of color #3A4959: hue angle of 210.97º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3A4959 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 73 | 89 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.65 |
| HSL | 210.97º | 0.21% | 0.29% | - |
| HSV(B) | 210.97º | 0.35% | 0.35% | - |
| XYZ | 5.93 | 6.39 | 10.37 | - |
| YUV | 70.34 | 138.53 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 73 | 89 | 0.35 | 0.18 | 0 | 0.65 | 210.97 | 0.21 | 0.29 |
| Hex | 3A | 49 | 59 | 23 | 12 | 0 | 41 | D3 | 15 | 1D |
| Octal | 72 | 111 | 131 | 43 | 22 | 0 | 101 | 323 | 25 | 35 |
| Binary | 111010 | 1001001 | 1011001 | 100011 | 10010 | 0 | 1000001 | 11010011 | 10101 | 11101 |
Color Harmonies of #3A4959
Complementary color
Monochromatic Colors of #3A4959
Black with #3A4959
Text Example
Text Example
White with #3A4959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4959; }
p { color: rgb(58,73,89); }
H1.HeaderClassName
{
color: #3A4959;
}
.AnyTagClassName
{
color: #3A4959;
}
</style>
background-color css
<style>
a { background-color: #3A4959; }
a { background-color: rgb(58,73,89); }
div.DivClassName
{
background-color: #3A4959;
}
.BgClassName
{
background-color: #3A4959;
}
</style>
border-color css
<style>
span { border-color: #3A4959; }
span { border-color: rgb(58,73,89); }
td.TdClassName
{
border-color: #3A4959;
}
.TagClassName
{
border-color: #3A4959;
}
</style>