Html Css Color HEX #352959 Cherry Pie

📋 copy color: '#352959'

red 53 ◦ green 41 ◦ blue 89

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

Shades of Cherry Pie #352959

Tints of Cherry Pie #352959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.4%

 BLUE value IS 89 (35.16% from 255) = 48.63%

R = 28.96%
G = 22.4%
B = 48.63%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#352959 (or 0x352959) is known color: Cherry Pie. HEX triplet: 35, 29 and 59. RGB value is (53,41,89). Sum of RGB (Red+Green+Blue) = 53+41+89=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #352959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352959 is #CAD6A6. Grayscale: #313131. Windows color (decimal): -13293223 or 5843253. OLE color: 5843253.

HSL color Cylindrical-coordinate representation of color #352959: hue angle of 255º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #352959 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 41 89 -
CMYK 0.40 0.54 0 0.65
HSL 255º 0.37% 0.25% -
HSV(B) 255º 0.54% 0.35% -
XYZ 4.06 3.06 9.83 -
YUV 50.06 149.98 130.1 -
System Red Green Blue C M Y K H S L
Decimal 53 41 89 0.40 0.54 0 0.65 255 0.37 0.25
Hex 35 29 59 28 36 0 41 FF 25 19
Octal 65 51 131 50 66 0 101 377 45 31
Binary 110101 101001 1011001 101000 110110 0 1000001 11111111 100101 11001

Color Harmonies of #352959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352959

Black with #352959

Text Example


Text Example

White with #352959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352959; }

 p { color: rgb(53,41,89); }

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

background-color css

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

 a { background-color: rgb(53,41,89); }

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

border-color css

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

 span { border-color: rgb(53,41,89); }

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