Html Css Color HEX #352856 Cherry Pie

📋 copy color: '#352856'

red 53 ◦ green 40 ◦ blue 86

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

Shades of Cherry Pie #352856

Tints of Cherry Pie #352856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 48.04%

R = 29.61%
G = 22.35%
B = 48.04%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#352856 (or 0x352856) is known color: Cherry Pie. HEX triplet: 35, 28 and 56. RGB value is (53,40,86). Sum of RGB (Red+Green+Blue) = 53+40+86=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 86 (33.98% from 255 or 48.04% from 179); Max value from RGB is 86 - color contains mainly: blue. Hex color #352856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352856 is #CAD7A9. Grayscale: #303030. Windows color (decimal): -13293482 or 5646389. OLE color: 5646389.

HSL color Cylindrical-coordinate representation of color #352856: hue angle of 256.96º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #352856 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 40 86 -
CMYK 0.38 0.53 0 0.66
HSL 256.96º 0.37% 0.25% -
HSV(B) 256.96º 0.53% 0.34% -
XYZ 3.91 2.95 9.17 -
YUV 49.13 148.81 130.76 -
System Red Green Blue C M Y K H S L
Decimal 53 40 86 0.38 0.53 0 0.66 256.96 0.37 0.25
Hex 35 28 56 26 35 0 42 101 25 19
Octal 65 50 126 46 65 0 102 401 45 31
Binary 110101 101000 1010110 100110 110101 0 1000010 100000001 100101 11001

Color Harmonies of #352856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352856

Black with #352856

Text Example


Text Example

White with #352856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352856; }

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

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

background-color css

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

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

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

border-color css

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

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

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