Html Css Color HEX #352456 Cherry Pie

📋 copy color: '#352456'

red 53 ◦ green 36 ◦ blue 86

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

Shades of Cherry Pie #352456

Tints of Cherry Pie #352456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 49.14%

R = 30.29%
G = 20.57%
B = 49.14%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#352456 (or 0x352456) is known color: Cherry Pie. HEX triplet: 35, 24 and 56. RGB value is (53,36,86). Sum of RGB (Red+Green+Blue) = 53+36+86=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #352456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352456 is #CADBA9. Grayscale: #2E2E2E. Windows color (decimal): -13294506 or 5645365. OLE color: 5645365.

HSL color Cylindrical-coordinate representation of color #352456: hue angle of 260.4º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #352456 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 36 86 -
CMYK 0.38 0.58 0 0.66
HSL 260.4º 0.41% 0.24% -
HSV(B) 260.4º 0.58% 0.34% -
XYZ 3.78 2.69 9.12 -
YUV 46.78 150.13 132.43 -
System Red Green Blue C M Y K H S L
Decimal 53 36 86 0.38 0.58 0 0.66 260.4 0.41 0.24
Hex 35 24 56 26 3A 0 42 104 29 18
Octal 65 44 126 46 72 0 102 404 51 30
Binary 110101 100100 1010110 100110 111010 0 1000010 100000100 101001 11000

Color Harmonies of #352456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352456

Black with #352456

Text Example


Text Example

White with #352456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352456; }

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

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

background-color css

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

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

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

border-color css

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

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

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