Html Css Color HEX #352653 Cherry Pie

📋 copy color: '#352653'

red 53 ◦ green 38 ◦ blue 83

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

Shades of Cherry Pie #352653

Tints of Cherry Pie #352653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 47.7%

R = 30.46%
G = 21.84%
B = 47.7%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#352653 (or 0x352653) is known color: Cherry Pie. HEX triplet: 35, 26 and 53. RGB value is (53,38,83). Sum of RGB (Red+Green+Blue) = 53+38+83=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 83 (32.81% from 255 or 47.70% from 174); Max value from RGB is 83 - color contains mainly: blue. Hex color #352653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352653 is #CAD9AC. Grayscale: #2F2F2F. Windows color (decimal): -13293997 or 5449269. OLE color: 5449269.

HSL color Cylindrical-coordinate representation of color #352653: hue angle of 260º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #352653 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 38 83 -
CMYK 0.36 0.54 0 0.67
HSL 260º 0.37% 0.24% -
HSV(B) 260º 0.54% 0.33% -
XYZ 3.72 2.77 8.52 -
YUV 47.62 147.97 131.84 -
System Red Green Blue C M Y K H S L
Decimal 53 38 83 0.36 0.54 0 0.67 260 0.37 0.24
Hex 35 26 53 24 36 0 43 104 25 18
Octal 65 46 123 44 66 0 103 404 45 30
Binary 110101 100110 1010011 100100 110110 0 1000011 100000100 100101 11000

Color Harmonies of #352653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352653

Black with #352653

Text Example


Text Example

White with #352653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352653; }

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

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

background-color css

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

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

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

border-color css

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

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

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