Html Css Color HEX #352F52 Cherry Pie

📋 copy color: '#352F52'

red 53 ◦ green 47 ◦ blue 82

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

Shades of Cherry Pie #352F52

Tints of Cherry Pie #352F52

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.82%

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

R = 29.12%
G = 25.82%
B = 45.05%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#352F52 (or 0x352F52) is known color: Cherry Pie. HEX triplet: 35, 2F and 52. RGB value is (53,47,82). Sum of RGB (Red+Green+Blue) = 53+47+82=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 82 - color contains mainly: blue. Hex color #352F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352F52 is #CAD0AD. Grayscale: #343434. Windows color (decimal): -13291694 or 5386037. OLE color: 5386037.

HSL color Cylindrical-coordinate representation of color #352F52: hue angle of 250.29º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #352F52 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 47 82 -
CMYK 0.35 0.43 0 0.68
HSL 250.29º 0.27% 0.25% -
HSV(B) 250.29º 0.43% 0.32% -
XYZ 4.01 3.4 8.43 -
YUV 52.78 144.49 128.15 -
System Red Green Blue C M Y K H S L
Decimal 53 47 82 0.35 0.43 0 0.68 250.29 0.27 0.25
Hex 35 2F 52 23 2B 0 44 FA 1B 19
Octal 65 57 122 43 53 0 104 372 33 31
Binary 110101 101111 1010010 100011 101011 0 1000100 11111010 11011 11001

Color Harmonies of #352F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352F52

Black with #352F52

Text Example


Text Example

White with #352F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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