Html Css Color HEX #352551 Cherry Pie

📋 copy color: '#352551'

red 53 ◦ green 37 ◦ blue 81

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

Shades of Cherry Pie #352551

Tints of Cherry Pie #352551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 47.37%

R = 30.99%
G = 21.64%
B = 47.37%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#352551 (or 0x352551) is known color: Cherry Pie. HEX triplet: 35, 25 and 51. RGB value is (53,37,81). Sum of RGB (Red+Green+Blue) = 53+37+81=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 81 (32.03% from 255 or 47.37% from 171); Max value from RGB is 81 - color contains mainly: blue. Hex color #352551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352551 is #CADAAE. Grayscale: #2E2E2E. Windows color (decimal): -13294255 or 5317941. OLE color: 5317941.

HSL color Cylindrical-coordinate representation of color #352551: hue angle of 261.82º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #352551 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 37 81 -
CMYK 0.35 0.54 0 0.68
HSL 261.82º 0.37% 0.23% -
HSV(B) 261.82º 0.54% 0.32% -
XYZ 3.61 2.67 8.11 -
YUV 46.8 147.3 132.42 -
System Red Green Blue C M Y K H S L
Decimal 53 37 81 0.35 0.54 0 0.68 261.82 0.37 0.23
Hex 35 25 51 23 36 0 44 106 25 17
Octal 65 45 121 43 66 0 104 406 45 27
Binary 110101 100101 1010001 100011 110110 0 1000100 100000110 100101 10111

Color Harmonies of #352551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352551

Black with #352551

Text Example


Text Example

White with #352551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352551; }

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

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

background-color css

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

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

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

border-color css

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

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

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