Html Css Color HEX #352454 Cherry Pie

📋 copy color: '#352454'

red 53 ◦ green 36 ◦ blue 84

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

Shades of Cherry Pie #352454

Tints of Cherry Pie #352454

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.81%

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

R = 30.64%
G = 20.81%
B = 48.55%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#352454 (or 0x352454) is known color: Cherry Pie. HEX triplet: 35, 24 and 54. RGB value is (53,36,84). Sum of RGB (Red+Green+Blue) = 53+36+84=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 84 (33.20% from 255 or 48.55% from 173); Max value from RGB is 84 - color contains mainly: blue. Hex color #352454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352454 is #CADBAB. Grayscale: #2E2E2E. Windows color (decimal): -13294508 or 5514293. OLE color: 5514293.

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

Color convert

RGB 53 36 84 -
CMYK 0.37 0.57 0 0.67
HSL 261.25º 0.4% 0.24% -
HSV(B) 261.25º 0.57% 0.33% -
XYZ 3.7 2.66 8.71 -
YUV 46.56 149.13 132.6 -
System Red Green Blue C M Y K H S L
Decimal 53 36 84 0.37 0.57 0 0.67 261.25 0.4 0.24
Hex 35 24 54 25 39 0 43 105 28 18
Octal 65 44 124 45 71 0 103 405 50 30
Binary 110101 100100 1010100 100101 111001 0 1000011 100000101 101000 11000

Color Harmonies of #352454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352454

Black with #352454

Text Example


Text Example

White with #352454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352454; }

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

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

background-color css

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

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

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

border-color css

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

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

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