Html Css Color HEX #3A3354 Cherry Pie

📋 copy color: '#3A3354'

red 58 ◦ green 51 ◦ blue 84

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

Shades of Cherry Pie #3A3354

Tints of Cherry Pie #3A3354

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.42%

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

R = 30.05%
G = 26.42%
B = 43.52%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3A3354 (or 0x3A3354) is known color: Cherry Pie. HEX triplet: 3A, 33 and 54. RGB value is (58,51,84). Sum of RGB (Red+Green+Blue) = 58+51+84=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 84 - color contains mainly: blue. Hex color #3A3354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3354 is #C5CCAB. Grayscale: #383838. Windows color (decimal): -12962988 or 5518138. OLE color: 5518138.

HSL color Cylindrical-coordinate representation of color #3A3354: hue angle of 252.73º 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 #3A3354 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 51 84 -
CMYK 0.31 0.39 0 0.67
HSL 252.73º 0.24% 0.26% -
HSV(B) 252.73º 0.39% 0.33% -
XYZ 4.53 3.91 8.9 -
YUV 56.86 143.32 128.82 -
System Red Green Blue C M Y K H S L
Decimal 58 51 84 0.31 0.39 0 0.67 252.73 0.24 0.26
Hex 3A 33 54 1F 27 0 43 FD 18 1A
Octal 72 63 124 37 47 0 103 375 30 32
Binary 111010 110011 1010100 11111 100111 0 1000011 11111101 11000 11010

Color Harmonies of #3A3354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3354

Black with #3A3354

Text Example


Text Example

White with #3A3354

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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