Html Css Color HEX #352557 Cherry Pie

📋 copy color: '#352557'

red 53 ◦ green 37 ◦ blue 87

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

Shades of Cherry Pie #352557

Tints of Cherry Pie #352557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 49.15%

R = 29.94%
G = 20.9%
B = 49.15%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#352557 (or 0x352557) is known color: Cherry Pie. HEX triplet: 35, 25 and 57. RGB value is (53,37,87). Sum of RGB (Red+Green+Blue) = 53+37+87=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #352557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352557 is #CADAA8. Grayscale: #2F2F2F. Windows color (decimal): -13294249 or 5711157. OLE color: 5711157.

HSL color Cylindrical-coordinate representation of color #352557: hue angle of 259.2º 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 #352557 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 37 87 -
CMYK 0.39 0.57 0 0.66
HSL 259.2º 0.4% 0.24% -
HSV(B) 259.2º 0.57% 0.34% -
XYZ 3.85 2.77 9.35 -
YUV 47.48 150.3 131.93 -
System Red Green Blue C M Y K H S L
Decimal 53 37 87 0.39 0.57 0 0.66 259.2 0.4 0.24
Hex 35 25 57 27 39 0 42 103 28 18
Octal 65 45 127 47 71 0 102 403 50 30
Binary 110101 100101 1010111 100111 111001 0 1000010 100000011 101000 11000

Color Harmonies of #352557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352557

Black with #352557

Text Example


Text Example

White with #352557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352557; }

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

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

background-color css

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

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

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

border-color css

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

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

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