Html Css Color HEX #352753 Cherry Pie

📋 copy color: '#352753'

red 53 ◦ green 39 ◦ blue 83

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

Shades of Cherry Pie #352753

Tints of Cherry Pie #352753

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.29%

 BLUE value IS 83 (32.81% from 255) = 47.43%

R = 30.29%
G = 22.29%
B = 47.43%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#352753 (or 0x352753) is known color: Cherry Pie. HEX triplet: 35, 27 and 53. RGB value is (53,39,83). Sum of RGB (Red+Green+Blue) = 53+39+83=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #352753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352753 is #CAD8AC. Grayscale: #303030. Windows color (decimal): -13293741 or 5449525. OLE color: 5449525.

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

Color convert

RGB 53 39 83 -
CMYK 0.36 0.53 0 0.67
HSL 259.09º 0.36% 0.24% -
HSV(B) 259.09º 0.53% 0.33% -
XYZ 3.76 2.83 8.53 -
YUV 48.2 147.64 131.42 -
System Red Green Blue C M Y K H S L
Decimal 53 39 83 0.36 0.53 0 0.67 259.09 0.36 0.24
Hex 35 27 53 24 35 0 43 103 24 18
Octal 65 47 123 44 65 0 103 403 44 30
Binary 110101 100111 1010011 100100 110101 0 1000011 100000011 100100 11000

Color Harmonies of #352753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352753

Black with #352753

Text Example


Text Example

White with #352753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352753; }

 p { color: rgb(53,39,83); }

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

background-color css

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

 a { background-color: rgb(53,39,83); }

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

border-color css

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

 span { border-color: rgb(53,39,83); }

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