Shades of Cello #3F5265
Tints of Cello #3F5265
RGB
CMYK
RGB Variations
Color information
#3F5265 (or 0x3F5265) is known color: Cello. HEX triplet: 3F, 52 and 65. RGB value is (63,82,101). Sum of RGB (Red+Green+Blue) = 63+82+101=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 101 - color contains mainly: blue. Hex color #3F5265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5265 is #C0AD9A. Grayscale: #4E4E4E. Windows color (decimal): -12627355 or 6640191. OLE color: 6640191.
HSL color Cylindrical-coordinate representation of color #3F5265: hue angle of 210º 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 #3F5265 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 82 | 101 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.60 |
| HSL | 210º | 0.23% | 0.32% | - |
| HSV(B) | 210º | 0.38% | 0.4% | - |
| XYZ | 7.42 | 8.03 | 13.47 | - |
| YUV | 78.49 | 140.71 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 82 | 101 | 0.38 | 0.19 | 0 | 0.60 | 210 | 0.23 | 0.32 |
| Hex | 3F | 52 | 65 | 26 | 13 | 0 | 3C | D2 | 17 | 20 |
| Octal | 77 | 122 | 145 | 46 | 23 | 0 | 74 | 322 | 27 | 40 |
| Binary | 111111 | 1010010 | 1100101 | 100110 | 10011 | 0 | 111100 | 11010010 | 10111 | 100000 |
Color Harmonies of #3F5265
Complementary color
Monochromatic Colors of #3F5265
Black with #3F5265
Text Example
Text Example
White with #3F5265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5265; }
p { color: rgb(63,82,101); }
H1.HeaderClassName
{
color: #3F5265;
}
.AnyTagClassName
{
color: #3F5265;
}
</style>
background-color css
<style>
a { background-color: #3F5265; }
a { background-color: rgb(63,82,101); }
div.DivClassName
{
background-color: #3F5265;
}
.BgClassName
{
background-color: #3F5265;
}
</style>
border-color css
<style>
span { border-color: #3F5265; }
span { border-color: rgb(63,82,101); }
td.TdClassName
{
border-color: #3F5265;
}
.TagClassName
{
border-color: #3F5265;
}
</style>