Html Css Color HEX #352A53 Cherry Pie

📋 copy color: '#352A53'

red 53 ◦ green 42 ◦ blue 83

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

Shades of Cherry Pie #352A53

Tints of Cherry Pie #352A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 46.63%

R = 29.78%
G = 23.6%
B = 46.63%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#352A53 (or 0x352A53) is known color: Cherry Pie. HEX triplet: 35, 2A and 53. RGB value is (53,42,83). Sum of RGB (Red+Green+Blue) = 53+42+83=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 83 (32.81% from 255 or 46.63% from 178); Max value from RGB is 83 - color contains mainly: blue. Hex color #352A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352A53 is #CAD5AC. Grayscale: #313131. Windows color (decimal): -13292973 or 5450293. OLE color: 5450293.

HSL color Cylindrical-coordinate representation of color #352A53: hue angle of 256.1º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #352A53 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 42 83 -
CMYK 0.36 0.49 0 0.67
HSL 256.1º 0.33% 0.25% -
HSV(B) 256.1º 0.49% 0.33% -
XYZ 3.86 3.04 8.57 -
YUV 49.96 146.64 130.17 -
System Red Green Blue C M Y K H S L
Decimal 53 42 83 0.36 0.49 0 0.67 256.1 0.33 0.25
Hex 35 2A 53 24 31 0 43 100 21 19
Octal 65 52 123 44 61 0 103 400 41 31
Binary 110101 101010 1010011 100100 110001 0 1000011 100000000 100001 11001

Color Harmonies of #352A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352A53

Black with #352A53

Text Example


Text Example

White with #352A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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