Html Css Color HEX #352858 Cherry Pie

📋 copy color: '#352858'

red 53 ◦ green 40 ◦ blue 88

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

Shades of Cherry Pie #352858

Tints of Cherry Pie #352858

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.1%

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

R = 29.28%
G = 22.1%
B = 48.62%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#352858 (or 0x352858) is known color: Cherry Pie. HEX triplet: 35, 28 and 58. RGB value is (53,40,88). Sum of RGB (Red+Green+Blue) = 53+40+88=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #352858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352858 is #CAD7A7. Grayscale: #313131. Windows color (decimal): -13293480 or 5777461. OLE color: 5777461.

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

Color convert

RGB 53 40 88 -
CMYK 0.40 0.55 0 0.65
HSL 256.25º 0.38% 0.25% -
HSV(B) 256.25º 0.55% 0.35% -
XYZ 3.99 2.98 9.6 -
YUV 49.36 149.81 130.6 -
System Red Green Blue C M Y K H S L
Decimal 53 40 88 0.40 0.55 0 0.65 256.25 0.38 0.25
Hex 35 28 58 28 37 0 41 100 26 19
Octal 65 50 130 50 67 0 101 400 46 31
Binary 110101 101000 1011000 101000 110111 0 1000001 100000000 100110 11001

Color Harmonies of #352858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352858

Black with #352858

Text Example


Text Example

White with #352858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352858; }

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

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

background-color css

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

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

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

border-color css

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

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

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