Html Css Color HEX #353254 Cherry Pie

📋 copy color: '#353254'

red 53 ◦ green 50 ◦ blue 84

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

Shades of Cherry Pie #353254

Tints of Cherry Pie #353254

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.74%

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

R = 28.34%
G = 26.74%
B = 44.92%

CMYK

 C value IS 0.37

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#353254 (or 0x353254) is known color: Cherry Pie. HEX triplet: 35, 32 and 54. RGB value is (53,50,84). Sum of RGB (Red+Green+Blue) = 53+50+84=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 84 - color contains mainly: blue. Hex color #353254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353254 is #CACDAB. Grayscale: #363636. Windows color (decimal): -13290924 or 5517877. OLE color: 5517877.

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

Color convert

RGB 53 50 84 -
CMYK 0.37 0.40 0 0.67
HSL 245.29º 0.25% 0.26% -
HSV(B) 245.29º 0.4% 0.33% -
XYZ 4.21 3.68 8.88 -
YUV 54.77 144.49 126.74 -
System Red Green Blue C M Y K H S L
Decimal 53 50 84 0.37 0.40 0 0.67 245.29 0.25 0.26
Hex 35 32 54 25 28 0 43 F5 19 1A
Octal 65 62 124 45 50 0 103 365 31 32
Binary 110101 110010 1010100 100101 101000 0 1000011 11110101 11001 11010

Color Harmonies of #353254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353254

Black with #353254

Text Example


Text Example

White with #353254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353254; }

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

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

background-color css

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

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

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

border-color css

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

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

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