Shades of Cello #3B556D
Tints of Cello #3B556D
RGB
CMYK
RGB Variations
Color information
#3B556D (or 0x3B556D) is known color: Cello. HEX triplet: 3B, 55 and 6D. RGB value is (59,85,109). Sum of RGB (Red+Green+Blue) = 59+85+109=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 109 - color contains mainly: blue. Hex color #3B556D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B556D is #C4AA92. Grayscale: #4F4F4F. Windows color (decimal): -12888723 or 7165243. OLE color: 7165243.
HSL color Cylindrical-coordinate representation of color #3B556D: hue angle of 208.8º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B556D is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 59 | 85 | 109 | - |
| CMYK | 0.46 | 0.22 | 0 | 0.57 |
| HSL | 208.8º | 0.3% | 0.33% | - |
| HSV(B) | 208.8º | 0.46% | 0.43% | - |
| XYZ | 7.81 | 8.53 | 15.7 | - |
| YUV | 79.96 | 144.39 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 85 | 109 | 0.46 | 0.22 | 0 | 0.57 | 208.8 | 0.3 | 0.33 |
| Hex | 3B | 55 | 6D | 2E | 16 | 0 | 39 | D1 | 1E | 21 |
| Octal | 73 | 125 | 155 | 56 | 26 | 0 | 71 | 321 | 36 | 41 |
| Binary | 111011 | 1010101 | 1101101 | 101110 | 10110 | 0 | 111001 | 11010001 | 11110 | 100001 |
Color Harmonies of #3B556D
Complementary color
Monochromatic Colors of #3B556D
Black with #3B556D
Text Example
Text Example
White with #3B556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B556D; }
p { color: rgb(59,85,109); }
H1.HeaderClassName
{
color: #3B556D;
}
.AnyTagClassName
{
color: #3B556D;
}
</style>
background-color css
<style>
a { background-color: #3B556D; }
a { background-color: rgb(59,85,109); }
div.DivClassName
{
background-color: #3B556D;
}
.BgClassName
{
background-color: #3B556D;
}
</style>
border-color css
<style>
span { border-color: #3B556D; }
span { border-color: rgb(59,85,109); }
td.TdClassName
{
border-color: #3B556D;
}
.TagClassName
{
border-color: #3B556D;
}
</style>