Html Css Color HEX #352B54 Cherry Pie

📋 copy color: '#352B54'

red 53 ◦ green 43 ◦ blue 84

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

Shades of Cherry Pie #352B54

Tints of Cherry Pie #352B54

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.89%

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

R = 29.44%
G = 23.89%
B = 46.67%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#352B54 (or 0x352B54) is known color: Cherry Pie. HEX triplet: 35, 2B and 54. RGB value is (53,43,84). Sum of RGB (Red+Green+Blue) = 53+43+84=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 84 (33.20% from 255 or 46.67% from 180); Max value from RGB is 84 - color contains mainly: blue. Hex color #352B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352B54 is #CAD4AB. Grayscale: #323232. Windows color (decimal): -13292716 or 5516085. OLE color: 5516085.

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

Color convert

RGB 53 43 84 -
CMYK 0.37 0.49 0 0.67
HSL 254.63º 0.32% 0.25% -
HSV(B) 254.63º 0.49% 0.33% -
XYZ 3.93 3.12 8.78 -
YUV 50.66 146.81 129.67 -
System Red Green Blue C M Y K H S L
Decimal 53 43 84 0.37 0.49 0 0.67 254.63 0.32 0.25
Hex 35 2B 54 25 31 0 43 FF 20 19
Octal 65 53 124 45 61 0 103 377 40 31
Binary 110101 101011 1010100 100101 110001 0 1000011 11111111 100000 11001

Color Harmonies of #352B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352B54

Black with #352B54

Text Example


Text Example

White with #352B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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