Html Css Color HEX #353252 Cherry Pie

📋 copy color: '#353252'

red 53 ◦ green 50 ◦ blue 82

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

Shades of Cherry Pie #353252

Tints of Cherry Pie #353252

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.03%

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

R = 28.65%
G = 27.03%
B = 44.32%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#353252 (or 0x353252) is known color: Cherry Pie. HEX triplet: 35, 32 and 52. RGB value is (53,50,82). Sum of RGB (Red+Green+Blue) = 53+50+82=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 82 - color contains mainly: blue. Hex color #353252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353252 is #CACDAD. Grayscale: #363636. Windows color (decimal): -13290926 or 5386805. OLE color: 5386805.

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

Color convert

RGB 53 50 82 -
CMYK 0.35 0.39 0 0.68
HSL 245.63º 0.24% 0.26% -
HSV(B) 245.63º 0.39% 0.32% -
XYZ 4.13 3.65 8.47 -
YUV 54.55 143.49 126.9 -
System Red Green Blue C M Y K H S L
Decimal 53 50 82 0.35 0.39 0 0.68 245.63 0.24 0.26
Hex 35 32 52 23 27 0 44 F6 18 1A
Octal 65 62 122 43 47 0 104 366 30 32
Binary 110101 110010 1010010 100011 100111 0 1000100 11110110 11000 11010

Color Harmonies of #353252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353252

Black with #353252

Text Example


Text Example

White with #353252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353252; }

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

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

background-color css

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

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

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

border-color css

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

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

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