Html Css Color HEX #352656 Cherry Pie

📋 copy color: '#352656'

red 53 ◦ green 38 ◦ blue 86

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

Shades of Cherry Pie #352656

Tints of Cherry Pie #352656

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.47%

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

R = 29.94%
G = 21.47%
B = 48.59%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#352656 (or 0x352656) is known color: Cherry Pie. HEX triplet: 35, 26 and 56. RGB value is (53,38,86). Sum of RGB (Red+Green+Blue) = 53+38+86=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #352656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352656 is #CAD9A9. Grayscale: #2F2F2F. Windows color (decimal): -13293994 or 5645877. OLE color: 5645877.

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

Color convert

RGB 53 38 86 -
CMYK 0.38 0.56 0 0.66
HSL 258.75º 0.39% 0.24% -
HSV(B) 258.75º 0.56% 0.34% -
XYZ 3.84 2.81 9.15 -
YUV 47.96 149.47 131.6 -
System Red Green Blue C M Y K H S L
Decimal 53 38 86 0.38 0.56 0 0.66 258.75 0.39 0.24
Hex 35 26 56 26 38 0 42 103 27 18
Octal 65 46 126 46 70 0 102 403 47 30
Binary 110101 100110 1010110 100110 111000 0 1000010 100000011 100111 11000

Color Harmonies of #352656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352656

Black with #352656

Text Example


Text Example

White with #352656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352656; }

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

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

background-color css

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

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

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

border-color css

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

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

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