Html Css Color HEX #352455 Cherry Pie

📋 copy color: '#352455'

red 53 ◦ green 36 ◦ blue 85

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

Shades of Cherry Pie #352455

Tints of Cherry Pie #352455

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.69%

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

R = 30.46%
G = 20.69%
B = 48.85%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#352455 (or 0x352455) is known color: Cherry Pie. HEX triplet: 35, 24 and 55. RGB value is (53,36,85). Sum of RGB (Red+Green+Blue) = 53+36+85=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #352455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352455 is #CADBAA. Grayscale: #2E2E2E. Windows color (decimal): -13294507 or 5579829. OLE color: 5579829.

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

Color convert

RGB 53 36 85 -
CMYK 0.38 0.58 0 0.67
HSL 260.82º 0.4% 0.24% -
HSV(B) 260.82º 0.58% 0.33% -
XYZ 3.74 2.67 8.91 -
YUV 46.67 149.63 132.52 -
System Red Green Blue C M Y K H S L
Decimal 53 36 85 0.38 0.58 0 0.67 260.82 0.4 0.24
Hex 35 24 55 26 3A 0 43 105 28 18
Octal 65 44 125 46 72 0 103 405 50 30
Binary 110101 100100 1010101 100110 111010 0 1000011 100000101 101000 11000

Color Harmonies of #352455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352455

Black with #352455

Text Example


Text Example

White with #352455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352455; }

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

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

background-color css

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

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

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

border-color css

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

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

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