Html Css Color HEX #352651 Cherry Pie

📋 copy color: '#352651'

red 53 ◦ green 38 ◦ blue 81

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

Shades of Cherry Pie #352651

Tints of Cherry Pie #352651

RGB

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

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

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

R = 30.81%
G = 22.09%
B = 47.09%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#352651 (or 0x352651) is known color: Cherry Pie. HEX triplet: 35, 26 and 51. RGB value is (53,38,81). Sum of RGB (Red+Green+Blue) = 53+38+81=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 81 - color contains mainly: blue. Hex color #352651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352651 is #CAD9AE. Grayscale: #2F2F2F. Windows color (decimal): -13293999 or 5318197. OLE color: 5318197.

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

Color convert

RGB 53 38 81 -
CMYK 0.35 0.53 0 0.68
HSL 260.93º 0.36% 0.23% -
HSV(B) 260.93º 0.53% 0.32% -
XYZ 3.65 2.74 8.12 -
YUV 47.39 146.97 132 -
System Red Green Blue C M Y K H S L
Decimal 53 38 81 0.35 0.53 0 0.68 260.93 0.36 0.23
Hex 35 26 51 23 35 0 44 105 24 17
Octal 65 46 121 43 65 0 104 405 44 27
Binary 110101 100110 1010001 100011 110101 0 1000100 100000101 100100 10111

Color Harmonies of #352651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352651

Black with #352651

Text Example


Text Example

White with #352651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352651; }

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

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

background-color css

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

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

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

border-color css

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

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

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