Html Css Color HEX #352C54 Cherry Pie

📋 copy color: '#352C54'

red 53 ◦ green 44 ◦ blue 84

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

Shades of Cherry Pie #352C54

Tints of Cherry Pie #352C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 46.41%

R = 29.28%
G = 24.31%
B = 46.41%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#352C54 (or 0x352C54) is known color: Cherry Pie. HEX triplet: 35, 2C and 54. RGB value is (53,44,84). Sum of RGB (Red+Green+Blue) = 53+44+84=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 84 (33.20% from 255 or 46.41% from 181); Max value from RGB is 84 - color contains mainly: blue. Hex color #352C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352C54 is #CAD3AB. Grayscale: #333333. Windows color (decimal): -13292460 or 5516341. OLE color: 5516341.

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

Color convert

RGB 53 44 84 -
CMYK 0.37 0.48 0 0.67
HSL 253.5º 0.31% 0.25% -
HSV(B) 253.5º 0.48% 0.33% -
XYZ 3.97 3.2 8.8 -
YUV 51.25 146.48 129.25 -
System Red Green Blue C M Y K H S L
Decimal 53 44 84 0.37 0.48 0 0.67 253.5 0.31 0.25
Hex 35 2C 54 25 30 0 43 FE 1F 19
Octal 65 54 124 45 60 0 103 376 37 31
Binary 110101 101100 1010100 100101 110000 0 1000011 11111110 11111 11001

Color Harmonies of #352C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C54

Black with #352C54

Text Example


Text Example

White with #352C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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