Shades of Cherry Pie #3F3354
Tints of Cherry Pie #3F3354
RGB
CMYK
RGB Variations
Color information
#3F3354 (or 0x3F3354) is known color: Cherry Pie. HEX triplet: 3F, 33 and 54. RGB value is (63,51,84). Sum of RGB (Red+Green+Blue) = 63+51+84=198 (26% of max value = 765). Red value is 63 (25% from 255 or 31.82% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 84 - color contains mainly: blue. Hex color #3F3354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3354 is #C0CCAB. Grayscale: #3A3A3A. Windows color (decimal): -12635308 or 5518143. OLE color: 5518143.
HSL color Cylindrical-coordinate representation of color #3F3354: hue angle of 261.82º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F3354 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 51 | 84 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.67 |
| HSL | 261.82º | 0.24% | 0.26% | - |
| HSV(B) | 261.82º | 0.39% | 0.33% | - |
| XYZ | 4.83 | 4.06 | 8.92 | - |
| YUV | 58.35 | 142.48 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 51 | 84 | 0.25 | 0.39 | 0 | 0.67 | 261.82 | 0.24 | 0.26 |
| Hex | 3F | 33 | 54 | 19 | 27 | 0 | 43 | 106 | 18 | 1A |
| Octal | 77 | 63 | 124 | 31 | 47 | 0 | 103 | 406 | 30 | 32 |
| Binary | 111111 | 110011 | 1010100 | 11001 | 100111 | 0 | 1000011 | 100000110 | 11000 | 11010 |
Color Harmonies of #3F3354
Complementary color
Monochromatic Colors of #3F3354
Black with #3F3354
Text Example
Text Example
White with #3F3354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3354; }
p { color: rgb(63,51,84); }
H1.HeaderClassName
{
color: #3F3354;
}
.AnyTagClassName
{
color: #3F3354;
}
</style>
background-color css
<style>
a { background-color: #3F3354; }
a { background-color: rgb(63,51,84); }
div.DivClassName
{
background-color: #3F3354;
}
.BgClassName
{
background-color: #3F3354;
}
</style>
border-color css
<style>
span { border-color: #3F3354; }
span { border-color: rgb(63,51,84); }
td.TdClassName
{
border-color: #3F3354;
}
.TagClassName
{
border-color: #3F3354;
}
</style>