Html Css Color HEX #352C53 Cherry Pie

📋 copy color: '#352C53'

red 53 ◦ green 44 ◦ blue 83

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

Shades of Cherry Pie #352C53

Tints of Cherry Pie #352C53

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.44%

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

R = 29.44%
G = 24.44%
B = 46.11%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#352C53 (or 0x352C53) is known color: Cherry Pie. HEX triplet: 35, 2C and 53. RGB value is (53,44,83). Sum of RGB (Red+Green+Blue) = 53+44+83=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 83 - color contains mainly: blue. Hex color #352C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352C53 is #CAD3AC. Grayscale: #323232. Windows color (decimal): -13292461 or 5450805. OLE color: 5450805.

HSL color Cylindrical-coordinate representation of color #352C53: hue angle of 253.85º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #352C53 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 44 83 -
CMYK 0.36 0.47 0 0.67
HSL 253.85º 0.31% 0.25% -
HSV(B) 253.85º 0.47% 0.33% -
XYZ 3.93 3.18 8.59 -
YUV 51.14 145.98 129.33 -
System Red Green Blue C M Y K H S L
Decimal 53 44 83 0.36 0.47 0 0.67 253.85 0.31 0.25
Hex 35 2C 53 24 2F 0 43 FE 1F 19
Octal 65 54 123 44 57 0 103 376 37 31
Binary 110101 101100 1010011 100100 101111 0 1000011 11111110 11111 11001

Color Harmonies of #352C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C53

Black with #352C53

Text Example


Text Example

White with #352C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352C53; }

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

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

background-color css

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

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

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

border-color css

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

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

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