Shades of Cello #3D4D58
Tints of Cello #3D4D58
RGB
CMYK
RGB Variations
Color information
#3D4D58 (or 0x3D4D58) is known color: Cello. HEX triplet: 3D, 4D and 58. RGB value is (61,77,88). Sum of RGB (Red+Green+Blue) = 61+77+88=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 88 - color contains mainly: blue. Hex color #3D4D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D4D58 is #C2B2A7. Grayscale: #494949. Windows color (decimal): -12759720 or 5786941. OLE color: 5786941.
HSL color Cylindrical-coordinate representation of color #3D4D58: hue angle of 204.44º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D4D58 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 77 | 88 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.65 |
| HSL | 204.44º | 0.18% | 0.29% | - |
| HSV(B) | 204.44º | 0.31% | 0.35% | - |
| XYZ | 6.34 | 7 | 10.25 | - |
| YUV | 73.47 | 136.2 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 77 | 88 | 0.31 | 0.12 | 0 | 0.65 | 204.44 | 0.18 | 0.29 |
| Hex | 3D | 4D | 58 | 1F | C | 0 | 41 | CC | 12 | 1D |
| Octal | 75 | 115 | 130 | 37 | 14 | 0 | 101 | 314 | 22 | 35 |
| Binary | 111101 | 1001101 | 1011000 | 11111 | 1100 | 0 | 1000001 | 11001100 | 10010 | 11101 |
Color Harmonies of #3D4D58
Complementary color
Monochromatic Colors of #3D4D58
Black with #3D4D58
Text Example
Text Example
White with #3D4D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4D58; }
p { color: rgb(61,77,88); }
H1.HeaderClassName
{
color: #3D4D58;
}
.AnyTagClassName
{
color: #3D4D58;
}
</style>
background-color css
<style>
a { background-color: #3D4D58; }
a { background-color: rgb(61,77,88); }
div.DivClassName
{
background-color: #3D4D58;
}
.BgClassName
{
background-color: #3D4D58;
}
</style>
border-color css
<style>
span { border-color: #3D4D58; }
span { border-color: rgb(61,77,88); }
td.TdClassName
{
border-color: #3D4D58;
}
.TagClassName
{
border-color: #3D4D58;
}
</style>