Html Css Color HEX #352956 Cherry Pie

📋 copy color: '#352956'

red 53 ◦ green 41 ◦ blue 86

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

Shades of Cherry Pie #352956

Tints of Cherry Pie #352956

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.78%

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

R = 29.44%
G = 22.78%
B = 47.78%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#352956 (or 0x352956) is known color: Cherry Pie. HEX triplet: 35, 29 and 56. RGB value is (53,41,86). Sum of RGB (Red+Green+Blue) = 53+41+86=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 86 (33.98% from 255 or 47.78% from 180); Max value from RGB is 86 - color contains mainly: blue. Hex color #352956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352956 is #CAD6A9. Grayscale: #313131. Windows color (decimal): -13293226 or 5646645. OLE color: 5646645.

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

Color convert

RGB 53 41 86 -
CMYK 0.38 0.52 0 0.66
HSL 256º 0.35% 0.25% -
HSV(B) 256º 0.52% 0.34% -
XYZ 3.94 3.01 9.18 -
YUV 49.72 148.48 130.34 -
System Red Green Blue C M Y K H S L
Decimal 53 41 86 0.38 0.52 0 0.66 256 0.35 0.25
Hex 35 29 56 26 34 0 42 100 23 19
Octal 65 51 126 46 64 0 102 400 43 31
Binary 110101 101001 1010110 100110 110100 0 1000010 100000000 100011 11001

Color Harmonies of #352956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352956

Black with #352956

Text Example


Text Example

White with #352956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352956; }

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

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

background-color css

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

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

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

border-color css

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

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

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