Html Css Color HEX #3A2854 Cherry Pie

📋 copy color: '#3A2854'

red 58 ◦ green 40 ◦ blue 84

#3A2854
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cherry Pie #3A2854

Tints of Cherry Pie #3A2854

RGB

 RED value IS 58 (23.05% from 255) = 31.87%

 GREEN value IS 40 (16.02% from 255) = 21.98%

 BLUE value IS 84 (33.2% from 255) = 46.15%

R = 31.87%
G = 21.98%
B = 46.15%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3A2854 (or 0x3A2854) is known color: Cherry Pie. HEX triplet: 3A, 28 and 54. RGB value is (58,40,84). Sum of RGB (Red+Green+Blue) = 58+40+84=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 84 - color contains mainly: blue. Hex color #3A2854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2854 is #C5D7AB. Grayscale: #323232. Windows color (decimal): -12965804 or 5515322. OLE color: 5515322.

HSL color Cylindrical-coordinate representation of color #3A2854: hue angle of 264.55º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A2854 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 40 84 -
CMYK 0.31 0.52 0 0.67
HSL 264.55º 0.35% 0.24% -
HSV(B) 264.55º 0.52% 0.33% -
XYZ 4.1 3.06 8.76 -
YUV 50.4 146.96 133.42 -
System Red Green Blue C M Y K H S L
Decimal 58 40 84 0.31 0.52 0 0.67 264.55 0.35 0.24
Hex 3A 28 54 1F 34 0 43 109 23 18
Octal 72 50 124 37 64 0 103 411 43 30
Binary 111010 101000 1010100 11111 110100 0 1000011 100001001 100011 11000

Color Harmonies of #3A2854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2854

Black with #3A2854

Text Example


Text Example

White with #3A2854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A2854; }

 p { color: rgb(58,40,84); }

 H1.HeaderClassName
 {
   color: #3A2854;
 }
 .AnyTagClassName
 {
   color: #3A2854;
 }
</style>

background-color css

<style>
 a { background-color: #3A2854; }

 a { background-color: rgb(58,40,84); }

 div.DivClassName
 {
   background-color: #3A2854;
 }
 .BgClassName
 {
   background-color: #3A2854;
 }
</style>

border-color css

<style>
 span { border-color: #3A2854; }

 span { border-color: rgb(58,40,84); }

 td.TdClassName
 {
   border-color: #3A2854;
 }
 .TagClassName
 {
   border-color: #3A2854;
 }
</style>