Shades of Cherry Pie #3A3057
Tints of Cherry Pie #3A3057
RGB
CMYK
RGB Variations
Color information
#3A3057 (or 0x3A3057) is known color: Cherry Pie. HEX triplet: 3A, 30 and 57. RGB value is (58,48,87). Sum of RGB (Red+Green+Blue) = 58+48+87=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 87 - color contains mainly: blue. Hex color #3A3057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3057 is #C5CFA8. Grayscale: #373737. Windows color (decimal): -12963753 or 5713978. OLE color: 5713978.
HSL color Cylindrical-coordinate representation of color #3A3057: hue angle of 255.38º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A3057 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 58 | 48 | 87 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.66 |
| HSL | 255.38º | 0.29% | 0.26% | - |
| HSV(B) | 255.38º | 0.45% | 0.34% | - |
| XYZ | 4.52 | 3.7 | 9.49 | - |
| YUV | 55.44 | 145.81 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 48 | 87 | 0.33 | 0.45 | 0 | 0.66 | 255.38 | 0.29 | 0.26 |
| Hex | 3A | 30 | 57 | 21 | 2D | 0 | 42 | FF | 1D | 1A |
| Octal | 72 | 60 | 127 | 41 | 55 | 0 | 102 | 377 | 35 | 32 |
| Binary | 111010 | 110000 | 1010111 | 100001 | 101101 | 0 | 1000010 | 11111111 | 11101 | 11010 |
Color Harmonies of #3A3057
Complementary color
Monochromatic Colors of #3A3057
Black with #3A3057
Text Example
Text Example
White with #3A3057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3057; }
p { color: rgb(58,48,87); }
H1.HeaderClassName
{
color: #3A3057;
}
.AnyTagClassName
{
color: #3A3057;
}
</style>
background-color css
<style>
a { background-color: #3A3057; }
a { background-color: rgb(58,48,87); }
div.DivClassName
{
background-color: #3A3057;
}
.BgClassName
{
background-color: #3A3057;
}
</style>
border-color css
<style>
span { border-color: #3A3057; }
span { border-color: rgb(58,48,87); }
td.TdClassName
{
border-color: #3A3057;
}
.TagClassName
{
border-color: #3A3057;
}
</style>