Shades of Cello #3F5365
Tints of Cello #3F5365
RGB
CMYK
RGB Variations
Color information
#3F5365 (or 0x3F5365) is known color: Cello. HEX triplet: 3F, 53 and 65. RGB value is (63,83,101). Sum of RGB (Red+Green+Blue) = 63+83+101=247 (32% of max value = 765). Red value is 63 (25% from 255 or 25.51% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 101 - color contains mainly: blue. Hex color #3F5365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5365 is #C0AC9A. Grayscale: #4E4E4E. Windows color (decimal): -12627099 or 6640447. OLE color: 6640447.
HSL color Cylindrical-coordinate representation of color #3F5365: hue angle of 208.42º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F5365 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 83 | 101 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.60 |
| HSL | 208.42º | 0.23% | 0.32% | - |
| HSV(B) | 208.42º | 0.38% | 0.4% | - |
| XYZ | 7.49 | 8.18 | 13.5 | - |
| YUV | 79.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 101 | 0.38 | 0.18 | 0 | 0.60 | 208.42 | 0.23 | 0.32 |
| Hex | 3F | 53 | 65 | 26 | 12 | 0 | 3C | D0 | 17 | 20 |
| Octal | 77 | 123 | 145 | 46 | 22 | 0 | 74 | 320 | 27 | 40 |
| Binary | 111111 | 1010011 | 1100101 | 100110 | 10010 | 0 | 111100 | 11010000 | 10111 | 100000 |
Color Harmonies of #3F5365
Complementary color
Monochromatic Colors of #3F5365
Black with #3F5365
Text Example
Text Example
White with #3F5365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5365; }
p { color: rgb(63,83,101); }
H1.HeaderClassName
{
color: #3F5365;
}
.AnyTagClassName
{
color: #3F5365;
}
</style>
background-color css
<style>
a { background-color: #3F5365; }
a { background-color: rgb(63,83,101); }
div.DivClassName
{
background-color: #3F5365;
}
.BgClassName
{
background-color: #3F5365;
}
</style>
border-color css
<style>
span { border-color: #3F5365; }
span { border-color: rgb(63,83,101); }
td.TdClassName
{
border-color: #3F5365;
}
.TagClassName
{
border-color: #3F5365;
}
</style>