Shades of Cello #3F5468
Tints of Cello #3F5468
RGB
CMYK
RGB Variations
Color information
#3F5468 (or 0x3F5468) is known color: Cello. HEX triplet: 3F, 54 and 68. RGB value is (63,84,104). Sum of RGB (Red+Green+Blue) = 63+84+104=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 104 (41.02% from 255 or 41.43% from 251); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F5468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5468 is #C0AB97. Grayscale: #4F4F4F. Windows color (decimal): -12626840 or 6837311. OLE color: 6837311.
HSL color Cylindrical-coordinate representation of color #3F5468: hue angle of 209.27º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F5468 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 84 | 104 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.59 |
| HSL | 209.27º | 0.25% | 0.33% | - |
| HSV(B) | 209.27º | 0.39% | 0.41% | - |
| XYZ | 7.72 | 8.4 | 14.31 | - |
| YUV | 80 | 141.54 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 84 | 104 | 0.39 | 0.19 | 0 | 0.59 | 209.27 | 0.25 | 0.33 |
| Hex | 3F | 54 | 68 | 27 | 13 | 0 | 3B | D1 | 19 | 21 |
| Octal | 77 | 124 | 150 | 47 | 23 | 0 | 73 | 321 | 31 | 41 |
| Binary | 111111 | 1010100 | 1101000 | 100111 | 10011 | 0 | 111011 | 11010001 | 11001 | 100001 |
Color Harmonies of #3F5468
Complementary color
Monochromatic Colors of #3F5468
Black with #3F5468
Text Example
Text Example
White with #3F5468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5468; }
p { color: rgb(63,84,104); }
H1.HeaderClassName
{
color: #3F5468;
}
.AnyTagClassName
{
color: #3F5468;
}
</style>
background-color css
<style>
a { background-color: #3F5468; }
a { background-color: rgb(63,84,104); }
div.DivClassName
{
background-color: #3F5468;
}
.BgClassName
{
background-color: #3F5468;
}
</style>
border-color css
<style>
span { border-color: #3F5468; }
span { border-color: rgb(63,84,104); }
td.TdClassName
{
border-color: #3F5468;
}
.TagClassName
{
border-color: #3F5468;
}
</style>