#3A3057

Color #3A3057 Cherry Pie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherry Pie #3A3057

Tints of Cherry Pie #3A3057

Color information

#3A3057 (or 0x3A3057) is unknown color: approx 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

RGB584887-
CMYK0.330.4500.66
HSL255.38º28.89%26.47%-
HSV(B)255.38º44.83%34.12%-
XYZ4.523.79.49-
YUV55.44145.81129.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 30.05%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 87 (34.38% from 255) = 45.08%
R=30.05%
G=24.87%
B=45.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5848870.330.4500.66255.3828.8926.47
Hex3A3057212D042ff1d1a
Octal7260127415501023773532
Binary111010110000101011110000110110101000010111111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>