Shades of Cherry Pie #3A344F
Tints of Cherry Pie #3A344F
RGB
CMYK
RGB Variations
Color information
#3A344F (or 0x3A344F) is known color: Cherry Pie. HEX triplet: 3A, 34 and 4F. RGB value is (58,52,79). Sum of RGB (Red+Green+Blue) = 58+52+79=189 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.69% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 79 - color contains mainly: blue. Hex color #3A344F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A344F is #C5CBB0. Grayscale: #383838. Windows color (decimal): -12962737 or 5190714. OLE color: 5190714.
HSL color Cylindrical-coordinate representation of color #3A344F: hue angle of 253.33º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3A344F is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 52 | 79 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.69 |
| HSL | 253.33º | 0.21% | 0.26% | - |
| HSV(B) | 253.33º | 0.34% | 0.31% | - |
| XYZ | 4.38 | 3.92 | 7.92 | - |
| YUV | 56.87 | 140.49 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 52 | 79 | 0.27 | 0.34 | 0 | 0.69 | 253.33 | 0.21 | 0.26 |
| Hex | 3A | 34 | 4F | 1B | 22 | 0 | 45 | FD | 15 | 1A |
| Octal | 72 | 64 | 117 | 33 | 42 | 0 | 105 | 375 | 25 | 32 |
| Binary | 111010 | 110100 | 1001111 | 11011 | 100010 | 0 | 1000101 | 11111101 | 10101 | 11010 |
Color Harmonies of #3A344F
Complementary color
Monochromatic Colors of #3A344F
Black with #3A344F
Text Example
Text Example
White with #3A344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A344F; }
p { color: rgb(58,52,79); }
H1.HeaderClassName
{
color: #3A344F;
}
.AnyTagClassName
{
color: #3A344F;
}
</style>
background-color css
<style>
a { background-color: #3A344F; }
a { background-color: rgb(58,52,79); }
div.DivClassName
{
background-color: #3A344F;
}
.BgClassName
{
background-color: #3A344F;
}
</style>
border-color css
<style>
span { border-color: #3A344F; }
span { border-color: rgb(58,52,79); }
td.TdClassName
{
border-color: #3A344F;
}
.TagClassName
{
border-color: #3A344F;
}
</style>