Html Css Color HEX #352654 Cherry Pie

📋 copy color: '#352654'

red 53 ◦ green 38 ◦ blue 84

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

Shades of Cherry Pie #352654

Tints of Cherry Pie #352654

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.71%

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

R = 30.29%
G = 21.71%
B = 48%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#352654 (or 0x352654) is known color: Cherry Pie. HEX triplet: 35, 26 and 54. RGB value is (53,38,84). Sum of RGB (Red+Green+Blue) = 53+38+84=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 84 - color contains mainly: blue. Hex color #352654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352654 is #CAD9AB. Grayscale: #2F2F2F. Windows color (decimal): -13293996 or 5514805. OLE color: 5514805.

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

Color convert

RGB 53 38 84 -
CMYK 0.37 0.55 0 0.67
HSL 259.57º 0.38% 0.24% -
HSV(B) 259.57º 0.55% 0.33% -
XYZ 3.76 2.78 8.73 -
YUV 47.73 148.47 131.76 -
System Red Green Blue C M Y K H S L
Decimal 53 38 84 0.37 0.55 0 0.67 259.57 0.38 0.24
Hex 35 26 54 25 37 0 43 104 26 18
Octal 65 46 124 45 67 0 103 404 46 30
Binary 110101 100110 1010100 100101 110111 0 1000011 100000100 100110 11000

Color Harmonies of #352654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352654

Black with #352654

Text Example


Text Example

White with #352654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352654; }

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

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

background-color css

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

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

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

border-color css

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

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

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