Shades of Cello #3F5569
Tints of Cello #3F5569
RGB
CMYK
RGB Variations
Color information
#3F5569 (or 0x3F5569) is known color: Cello. HEX triplet: 3F, 55 and 69. RGB value is (63,85,105). Sum of RGB (Red+Green+Blue) = 63+85+105=253 (33% of max value = 765). Red value is 63 (25% from 255 or 24.90% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 105 - color contains mainly: blue. Hex color #3F5569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5569 is #C0AA96. Grayscale: #505050. Windows color (decimal): -12626583 or 6903103. OLE color: 6903103.
HSL color Cylindrical-coordinate representation of color #3F5569: hue angle of 208.57º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F5569 is Cyan = 0.4, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 85 | 105 | - |
| CMYK | 0.4 | 0.19 | 0 | 0.59 |
| HSL | 208.57º | 0.25% | 0.33% | - |
| HSV(B) | 208.57º | 0.4% | 0.41% | - |
| XYZ | 7.85 | 8.57 | 14.61 | - |
| YUV | 80.7 | 141.71 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 85 | 105 | 0.4 | 0.19 | 0 | 0.59 | 208.57 | 0.25 | 0.33 |
| Hex | 3F | 55 | 69 | 28 | 13 | 0 | 3B | D1 | 19 | 21 |
| Octal | 77 | 125 | 151 | 50 | 23 | 0 | 73 | 321 | 31 | 41 |
| Binary | 111111 | 1010101 | 1101001 | 101000 | 10011 | 0 | 111011 | 11010001 | 11001 | 100001 |
Color Harmonies of #3F5569
Complementary color
Monochromatic Colors of #3F5569
Black with #3F5569
Text Example
Text Example
White with #3F5569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5569; }
p { color: rgb(63,85,105); }
H1.HeaderClassName
{
color: #3F5569;
}
.AnyTagClassName
{
color: #3F5569;
}
</style>
background-color css
<style>
a { background-color: #3F5569; }
a { background-color: rgb(63,85,105); }
div.DivClassName
{
background-color: #3F5569;
}
.BgClassName
{
background-color: #3F5569;
}
</style>
border-color css
<style>
span { border-color: #3F5569; }
span { border-color: rgb(63,85,105); }
td.TdClassName
{
border-color: #3F5569;
}
.TagClassName
{
border-color: #3F5569;
}
</style>