Html Css Color HEX #352452 Cherry Pie

📋 copy color: '#352452'

red 53 ◦ green 36 ◦ blue 82

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

Shades of Cherry Pie #352452

Tints of Cherry Pie #352452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 47.95%

R = 30.99%
G = 21.05%
B = 47.95%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#352452 (or 0x352452) is known color: Cherry Pie. HEX triplet: 35, 24 and 52. RGB value is (53,36,82). Sum of RGB (Red+Green+Blue) = 53+36+82=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 82 - color contains mainly: blue. Hex color #352452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352452 is #CADBAD. Grayscale: #2E2E2E. Windows color (decimal): -13294510 or 5383221. OLE color: 5383221.

HSL color Cylindrical-coordinate representation of color #352452: hue angle of 262.17º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #352452 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 36 82 -
CMYK 0.35 0.56 0 0.68
HSL 262.17º 0.39% 0.23% -
HSV(B) 262.17º 0.56% 0.32% -
XYZ 3.62 2.63 8.3 -
YUV 46.33 148.13 132.76 -
System Red Green Blue C M Y K H S L
Decimal 53 36 82 0.35 0.56 0 0.68 262.17 0.39 0.23
Hex 35 24 52 23 38 0 44 106 27 17
Octal 65 44 122 43 70 0 104 406 47 27
Binary 110101 100100 1010010 100011 111000 0 1000100 100000110 100111 10111

Color Harmonies of #352452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352452

Black with #352452

Text Example


Text Example

White with #352452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352452; }

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

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

background-color css

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

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

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

border-color css

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

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

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