Html Css Color HEX #3A3650 Cherry Pie

📋 copy color: '#3A3650'

red 58 ◦ green 54 ◦ blue 80

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

Shades of Cherry Pie #3A3650

Tints of Cherry Pie #3A3650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.13%

 BLUE value IS 80 (31.64% from 255) = 41.67%

R = 30.21%
G = 28.13%
B = 41.67%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3A3650 (or 0x3A3650) is known color: Cherry Pie. HEX triplet: 3A, 36 and 50. RGB value is (58,54,80). Sum of RGB (Red+Green+Blue) = 58+54+80=192 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.21% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A3650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3650 is #C5C9AF. Grayscale: #3A3A3A. Windows color (decimal): -12962224 or 5256762. OLE color: 5256762.

HSL color Cylindrical-coordinate representation of color #3A3650: hue angle of 249.23º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3A3650 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 54 80 -
CMYK 0.28 0.33 0 0.69
HSL 249.23º 0.19% 0.26% -
HSV(B) 249.23º 0.33% 0.31% -
XYZ 4.51 4.12 8.15 -
YUV 58.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 58 54 80 0.28 0.33 0 0.69 249.23 0.19 0.26
Hex 3A 36 50 1C 21 0 45 F9 13 1A
Octal 72 66 120 34 41 0 105 371 23 32
Binary 111010 110110 1010000 11100 100001 0 1000101 11111001 10011 11010

Color Harmonies of #3A3650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3650

Black with #3A3650

Text Example


Text Example

White with #3A3650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,54,80); }

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

background-color css

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

 a { background-color: rgb(58,54,80); }

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

border-color css

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

 span { border-color: rgb(58,54,80); }

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