Html Css Color HEX #352E48 Cherry Pie

📋 copy color: '#352E48'

red 53 ◦ green 46 ◦ blue 72

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

Shades of Cherry Pie #352E48

Tints of Cherry Pie #352E48

RGB

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

 GREEN value IS 46 (18.36% from 255) = 26.9%

 BLUE value IS 72 (28.52% from 255) = 42.11%

R = 30.99%
G = 26.9%
B = 42.11%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#352E48 (or 0x352E48) is known color: Cherry Pie. HEX triplet: 35, 2E and 48. RGB value is (53,46,72). Sum of RGB (Red+Green+Blue) = 53+46+72=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 72 - color contains mainly: blue. Hex color #352E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E48 is #CAD1B7. Grayscale: #323232. Windows color (decimal): -13291960 or 4730421. OLE color: 4730421.

HSL color Cylindrical-coordinate representation of color #352E48: hue angle of 256.15º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #352E48 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 46 72 -
CMYK 0.26 0.36 0 0.72
HSL 256.15º 0.22% 0.23% -
HSV(B) 256.15º 0.36% 0.28% -
XYZ 3.61 3.18 6.55 -
YUV 51.06 139.82 129.39 -
System Red Green Blue C M Y K H S L
Decimal 53 46 72 0.26 0.36 0 0.72 256.15 0.22 0.23
Hex 35 2E 48 1A 24 0 48 100 16 17
Octal 65 56 110 32 44 0 110 400 26 27
Binary 110101 101110 1001000 11010 100100 0 1001000 100000000 10110 10111

Color Harmonies of #352E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352E48

Black with #352E48

Text Example


Text Example

White with #352E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,46,72); }

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

background-color css

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

 a { background-color: rgb(53,46,72); }

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

border-color css

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

 span { border-color: rgb(53,46,72); }

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