Shades of Cello #3F5368
Tints of Cello #3F5368
RGB
CMYK
RGB Variations
Color information
#3F5368 (or 0x3F5368) is known color: Cello. HEX triplet: 3F, 53 and 68. RGB value is (63,83,104). Sum of RGB (Red+Green+Blue) = 63+83+104=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F5368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5368 is #C0AC97. Grayscale: #4F4F4F. Windows color (decimal): -12627096 or 6837055. OLE color: 6837055.
HSL color Cylindrical-coordinate representation of color #3F5368: hue angle of 210.73º 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 #3F5368 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 83 | 104 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.59 |
| HSL | 210.73º | 0.25% | 0.33% | - |
| HSV(B) | 210.73º | 0.39% | 0.41% | - |
| XYZ | 7.64 | 8.24 | 14.28 | - |
| YUV | 79.41 | 141.87 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 104 | 0.39 | 0.20 | 0 | 0.59 | 210.73 | 0.25 | 0.33 |
| Hex | 3F | 53 | 68 | 27 | 14 | 0 | 3B | D3 | 19 | 21 |
| Octal | 77 | 123 | 150 | 47 | 24 | 0 | 73 | 323 | 31 | 41 |
| Binary | 111111 | 1010011 | 1101000 | 100111 | 10100 | 0 | 111011 | 11010011 | 11001 | 100001 |
Color Harmonies of #3F5368
Complementary color
Monochromatic Colors of #3F5368
Black with #3F5368
Text Example
Text Example
White with #3F5368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5368; }
p { color: rgb(63,83,104); }
H1.HeaderClassName
{
color: #3F5368;
}
.AnyTagClassName
{
color: #3F5368;
}
</style>
background-color css
<style>
a { background-color: #3F5368; }
a { background-color: rgb(63,83,104); }
div.DivClassName
{
background-color: #3F5368;
}
.BgClassName
{
background-color: #3F5368;
}
</style>
border-color css
<style>
span { border-color: #3F5368; }
span { border-color: rgb(63,83,104); }
td.TdClassName
{
border-color: #3F5368;
}
.TagClassName
{
border-color: #3F5368;
}
</style>