Html Css Color HEX #352A4A Cherry Pie

📋 copy color: '#352A4A'

red 53 ◦ green 42 ◦ blue 74

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

Shades of Cherry Pie #352A4A

Tints of Cherry Pie #352A4A

RGB

 RED value IS 53 (21.09% from 255) = 31.36%

 GREEN value IS 42 (16.8% from 255) = 24.85%

 BLUE value IS 74 (29.3% from 255) = 43.79%

R = 31.36%
G = 24.85%
B = 43.79%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#352A4A (or 0x352A4A) is known color: Cherry Pie. HEX triplet: 35, 2A and 4A. RGB value is (53,42,74). Sum of RGB (Red+Green+Blue) = 53+42+74=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 42 (16.80% from 255 or 24.85% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 74 - color contains mainly: blue. Hex color #352A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352A4A is #CAD5B5. Grayscale: #303030. Windows color (decimal): -13292982 or 4860469. OLE color: 4860469.

HSL color Cylindrical-coordinate representation of color #352A4A: hue angle of 260.62º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #352A4A is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 42 74 -
CMYK 0.28 0.43 0 0.71
HSL 260.63º 0.28% 0.23% -
HSV(B) 260.63º 0.43% 0.29% -
XYZ 3.53 2.91 6.85 -
YUV 48.94 142.14 130.9 -
System Red Green Blue C M Y K H S L
Decimal 53 42 74 0.28 0.43 0 0.71 260.63 0.28 0.23
Hex 35 2A 4A 1C 2B 0 47 105 1C 17
Octal 65 52 112 34 53 0 107 405 34 27
Binary 110101 101010 1001010 11100 101011 0 1000111 100000101 11100 10111

Color Harmonies of #352A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352A4A

Black with #352A4A

Text Example


Text Example

White with #352A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352A4A; }

 p { color: rgb(53,42,74); }

 H1.HeaderClassName
 {
   color: #352A4A;
 }
 .AnyTagClassName
 {
   color: #352A4A;
 }
</style>

background-color css

<style>
 a { background-color: #352A4A; }

 a { background-color: rgb(53,42,74); }

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

border-color css

<style>
 span { border-color: #352A4A; }

 span { border-color: rgb(53,42,74); }

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