Shades of Cello #3F4F62
Tints of Cello #3F4F62
RGB
CMYK
RGB Variations
Color information
#3F4F62 (or 0x3F4F62) is known color: Cello. HEX triplet: 3F, 4F and 62. RGB value is (63,79,98). Sum of RGB (Red+Green+Blue) = 63+79+98=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 98 - color contains mainly: blue. Hex color #3F4F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F4F62 is #C0B09D. Grayscale: #4C4C4C. Windows color (decimal): -12628126 or 6442815. OLE color: 6442815.
HSL color Cylindrical-coordinate representation of color #3F4F62: hue angle of 212.57º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F4F62 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 79 | 98 | - |
| CMYK | 0.36 | 0.19 | 0 | 0.62 |
| HSL | 212.57º | 0.22% | 0.32% | - |
| HSV(B) | 212.57º | 0.36% | 0.38% | - |
| XYZ | 7.05 | 7.53 | 12.64 | - |
| YUV | 76.38 | 140.2 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 79 | 98 | 0.36 | 0.19 | 0 | 0.62 | 212.57 | 0.22 | 0.32 |
| Hex | 3F | 4F | 62 | 24 | 13 | 0 | 3E | D5 | 16 | 20 |
| Octal | 77 | 117 | 142 | 44 | 23 | 0 | 76 | 325 | 26 | 40 |
| Binary | 111111 | 1001111 | 1100010 | 100100 | 10011 | 0 | 111110 | 11010101 | 10110 | 100000 |
Color Harmonies of #3F4F62
Complementary color
Monochromatic Colors of #3F4F62
Black with #3F4F62
Text Example
Text Example
White with #3F4F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4F62; }
p { color: rgb(63,79,98); }
H1.HeaderClassName
{
color: #3F4F62;
}
.AnyTagClassName
{
color: #3F4F62;
}
</style>
background-color css
<style>
a { background-color: #3F4F62; }
a { background-color: rgb(63,79,98); }
div.DivClassName
{
background-color: #3F4F62;
}
.BgClassName
{
background-color: #3F4F62;
}
</style>
border-color css
<style>
span { border-color: #3F4F62; }
span { border-color: rgb(63,79,98); }
td.TdClassName
{
border-color: #3F4F62;
}
.TagClassName
{
border-color: #3F4F62;
}
</style>