Html Css Color HEX #352C55 Cherry Pie

📋 copy color: '#352C55'

red 53 ◦ green 44 ◦ blue 85

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

Shades of Cherry Pie #352C55

Tints of Cherry Pie #352C55

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.18%

 BLUE value IS 85 (33.59% from 255) = 46.7%

R = 29.12%
G = 24.18%
B = 46.7%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#352C55 (or 0x352C55) is known color: Cherry Pie. HEX triplet: 35, 2C and 55. RGB value is (53,44,85). Sum of RGB (Red+Green+Blue) = 53+44+85=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 85 - color contains mainly: blue. Hex color #352C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352C55 is #CAD3AA. Grayscale: #333333. Windows color (decimal): -13292459 or 5581877. OLE color: 5581877.

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

Color convert

RGB 53 44 85 -
CMYK 0.38 0.48 0 0.67
HSL 253.17º 0.32% 0.25% -
HSV(B) 253.17º 0.48% 0.33% -
XYZ 4.01 3.21 9 -
YUV 51.37 146.98 129.17 -
System Red Green Blue C M Y K H S L
Decimal 53 44 85 0.38 0.48 0 0.67 253.17 0.32 0.25
Hex 35 2C 55 26 30 0 43 FD 20 19
Octal 65 54 125 46 60 0 103 375 40 31
Binary 110101 101100 1010101 100110 110000 0 1000011 11111101 100000 11001

Color Harmonies of #352C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C55

Black with #352C55

Text Example


Text Example

White with #352C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,44,85); }

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

background-color css

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

 a { background-color: rgb(53,44,85); }

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

border-color css

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

 span { border-color: rgb(53,44,85); }

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