Html Css Color HEX #352655 Cherry Pie

📋 copy color: '#352655'

red 53 ◦ green 38 ◦ blue 85

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

Shades of Cherry Pie #352655

Tints of Cherry Pie #352655

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.59%

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

R = 30.11%
G = 21.59%
B = 48.3%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#352655 (or 0x352655) is known color: Cherry Pie. HEX triplet: 35, 26 and 55. RGB value is (53,38,85). Sum of RGB (Red+Green+Blue) = 53+38+85=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 85 (33.59% from 255 or 48.30% from 176); Max value from RGB is 85 - color contains mainly: blue. Hex color #352655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352655 is #CAD9AA. Grayscale: #2F2F2F. Windows color (decimal): -13293995 or 5580341. OLE color: 5580341.

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

Color convert

RGB 53 38 85 -
CMYK 0.38 0.55 0 0.67
HSL 259.15º 0.38% 0.24% -
HSV(B) 259.15º 0.55% 0.33% -
XYZ 3.8 2.8 8.93 -
YUV 47.84 148.97 131.68 -
System Red Green Blue C M Y K H S L
Decimal 53 38 85 0.38 0.55 0 0.67 259.15 0.38 0.24
Hex 35 26 55 26 37 0 43 103 26 18
Octal 65 46 125 46 67 0 103 403 46 30
Binary 110101 100110 1010101 100110 110111 0 1000011 100000011 100110 11000

Color Harmonies of #352655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352655

Black with #352655

Text Example


Text Example

White with #352655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352655; }

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

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

background-color css

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

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

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

border-color css

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

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

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