Html Css Color HEX #352556 Cherry Pie

📋 copy color: '#352556'

red 53 ◦ green 37 ◦ blue 86

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

Shades of Cherry Pie #352556

Tints of Cherry Pie #352556

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.02%

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

R = 30.11%
G = 21.02%
B = 48.86%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#352556 (or 0x352556) is known color: Cherry Pie. HEX triplet: 35, 25 and 56. RGB value is (53,37,86). Sum of RGB (Red+Green+Blue) = 53+37+86=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #352556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352556 is #CADAA9. Grayscale: #2F2F2F. Windows color (decimal): -13294250 or 5645621. OLE color: 5645621.

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

Color convert

RGB 53 37 86 -
CMYK 0.38 0.57 0 0.66
HSL 259.59º 0.4% 0.24% -
HSV(B) 259.59º 0.57% 0.34% -
XYZ 3.81 2.75 9.13 -
YUV 47.37 149.8 132.02 -
System Red Green Blue C M Y K H S L
Decimal 53 37 86 0.38 0.57 0 0.66 259.59 0.4 0.24
Hex 35 25 56 26 39 0 42 104 28 18
Octal 65 45 126 46 71 0 102 404 50 30
Binary 110101 100101 1010110 100110 111001 0 1000010 100000100 101000 11000

Color Harmonies of #352556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352556

Black with #352556

Text Example


Text Example

White with #352556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352556; }

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

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

background-color css

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

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

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

border-color css

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

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

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