Html Css Color HEX #352852 Cherry Pie

📋 copy color: '#352852'

red 53 ◦ green 40 ◦ blue 82

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

Shades of Cherry Pie #352852

Tints of Cherry Pie #352852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.86%

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

R = 30.29%
G = 22.86%
B = 46.86%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#352852 (or 0x352852) is known color: Cherry Pie. HEX triplet: 35, 28 and 52. RGB value is (53,40,82). Sum of RGB (Red+Green+Blue) = 53+40+82=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 82 (32.42% from 255 or 46.86% from 175); Max value from RGB is 82 - color contains mainly: blue. Hex color #352852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352852 is #CAD7AD. Grayscale: #303030. Windows color (decimal): -13293486 or 5384245. OLE color: 5384245.

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

Color convert

RGB 53 40 82 -
CMYK 0.35 0.51 0 0.68
HSL 258.57º 0.34% 0.24% -
HSV(B) 258.57º 0.51% 0.32% -
XYZ 3.75 2.88 8.34 -
YUV 48.68 146.81 131.08 -
System Red Green Blue C M Y K H S L
Decimal 53 40 82 0.35 0.51 0 0.68 258.57 0.34 0.24
Hex 35 28 52 23 33 0 44 103 22 18
Octal 65 50 122 43 63 0 104 403 42 30
Binary 110101 101000 1010010 100011 110011 0 1000100 100000011 100010 11000

Color Harmonies of #352852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352852

Black with #352852

Text Example


Text Example

White with #352852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352852; }

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

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

background-color css

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

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

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

border-color css

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

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

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