Html Css Color HEX #352958 Cherry Pie

📋 copy color: '#352958'

red 53 ◦ green 41 ◦ blue 88

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

Shades of Cherry Pie #352958

Tints of Cherry Pie #352958

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.53%

 BLUE value IS 88 (34.77% from 255) = 48.35%

R = 29.12%
G = 22.53%
B = 48.35%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#352958 (or 0x352958) is known color: Cherry Pie. HEX triplet: 35, 29 and 58. RGB value is (53,41,88). Sum of RGB (Red+Green+Blue) = 53+41+88=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 88 - color contains mainly: blue. Hex color #352958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352958 is #CAD6A7. Grayscale: #313131. Windows color (decimal): -13293224 or 5777717. OLE color: 5777717.

HSL color Cylindrical-coordinate representation of color #352958: hue angle of 255.32º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #352958 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 41 88 -
CMYK 0.40 0.53 0 0.65
HSL 255.32º 0.36% 0.25% -
HSV(B) 255.32º 0.53% 0.35% -
XYZ 4.02 3.05 9.61 -
YUV 49.95 149.48 130.18 -
System Red Green Blue C M Y K H S L
Decimal 53 41 88 0.40 0.53 0 0.65 255.32 0.36 0.25
Hex 35 29 58 28 35 0 41 FF 24 19
Octal 65 51 130 50 65 0 101 377 44 31
Binary 110101 101001 1011000 101000 110101 0 1000001 11111111 100100 11001

Color Harmonies of #352958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352958

Black with #352958

Text Example


Text Example

White with #352958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352958; }

 p { color: rgb(53,41,88); }

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

background-color css

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

 a { background-color: rgb(53,41,88); }

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

border-color css

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

 span { border-color: rgb(53,41,88); }

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