Shades of Cello #3B556C
Tints of Cello #3B556C
RGB
CMYK
RGB Variations
Color information
#3B556C (or 0x3B556C) is known color: Cello. HEX triplet: 3B, 55 and 6C. RGB value is (59,85,108). Sum of RGB (Red+Green+Blue) = 59+85+108=252 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.41% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 108 - color contains mainly: blue. Hex color #3B556C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B556C is #C4AA93. Grayscale: #4F4F4F. Windows color (decimal): -12888724 or 7099707. OLE color: 7099707.
HSL color Cylindrical-coordinate representation of color #3B556C: hue angle of 208.16º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3B556C is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 59 | 85 | 108 | - |
| CMYK | 0.45 | 0.21 | 0 | 0.58 |
| HSL | 208.16º | 0.29% | 0.33% | - |
| HSV(B) | 208.16º | 0.45% | 0.42% | - |
| XYZ | 7.76 | 8.51 | 15.42 | - |
| YUV | 79.85 | 143.89 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 85 | 108 | 0.45 | 0.21 | 0 | 0.58 | 208.16 | 0.29 | 0.33 |
| Hex | 3B | 55 | 6C | 2D | 15 | 0 | 3A | D0 | 1D | 21 |
| Octal | 73 | 125 | 154 | 55 | 25 | 0 | 72 | 320 | 35 | 41 |
| Binary | 111011 | 1010101 | 1101100 | 101101 | 10101 | 0 | 111010 | 11010000 | 11101 | 100001 |
Color Harmonies of #3B556C
Complementary color
Monochromatic Colors of #3B556C
Black with #3B556C
Text Example
Text Example
White with #3B556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B556C; }
p { color: rgb(59,85,108); }
H1.HeaderClassName
{
color: #3B556C;
}
.AnyTagClassName
{
color: #3B556C;
}
</style>
background-color css
<style>
a { background-color: #3B556C; }
a { background-color: rgb(59,85,108); }
div.DivClassName
{
background-color: #3B556C;
}
.BgClassName
{
background-color: #3B556C;
}
</style>
border-color css
<style>
span { border-color: #3B556C; }
span { border-color: rgb(59,85,108); }
td.TdClassName
{
border-color: #3B556C;
}
.TagClassName
{
border-color: #3B556C;
}
</style>