Shades of Cello #3D556C
Tints of Cello #3D556C
RGB
CMYK
RGB Variations
Color information
#3D556C (or 0x3D556C) is known color: Cello. HEX triplet: 3D, 55 and 6C. RGB value is (61,85,108). Sum of RGB (Red+Green+Blue) = 61+85+108=254 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.02% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 108 - color contains mainly: blue. Hex color #3D556C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D556C is #C2AA93. Grayscale: #505050. Windows color (decimal): -12757652 or 7099709. OLE color: 7099709.
HSL color Cylindrical-coordinate representation of color #3D556C: hue angle of 209.36º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D556C is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 85 | 108 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.58 |
| HSL | 209.36º | 0.28% | 0.33% | - |
| HSV(B) | 209.36º | 0.44% | 0.42% | - |
| XYZ | 7.88 | 8.57 | 15.43 | - |
| YUV | 80.45 | 143.55 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 85 | 108 | 0.44 | 0.21 | 0 | 0.58 | 209.36 | 0.28 | 0.33 |
| Hex | 3D | 55 | 6C | 2C | 15 | 0 | 3A | D1 | 1C | 21 |
| Octal | 75 | 125 | 154 | 54 | 25 | 0 | 72 | 321 | 34 | 41 |
| Binary | 111101 | 1010101 | 1101100 | 101100 | 10101 | 0 | 111010 | 11010001 | 11100 | 100001 |
Color Harmonies of #3D556C
Complementary color
Monochromatic Colors of #3D556C
Black with #3D556C
Text Example
Text Example
White with #3D556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D556C; }
p { color: rgb(61,85,108); }
H1.HeaderClassName
{
color: #3D556C;
}
.AnyTagClassName
{
color: #3D556C;
}
</style>
background-color css
<style>
a { background-color: #3D556C; }
a { background-color: rgb(61,85,108); }
div.DivClassName
{
background-color: #3D556C;
}
.BgClassName
{
background-color: #3D556C;
}
</style>
border-color css
<style>
span { border-color: #3D556C; }
span { border-color: rgb(61,85,108); }
td.TdClassName
{
border-color: #3D556C;
}
.TagClassName
{
border-color: #3D556C;
}
</style>