Html Css Color HEX #352453 Cherry Pie

📋 copy color: '#352453'

red 53 ◦ green 36 ◦ blue 83

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

Shades of Cherry Pie #352453

Tints of Cherry Pie #352453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 48.26%

R = 30.81%
G = 20.93%
B = 48.26%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#352453 (or 0x352453) is known color: Cherry Pie. HEX triplet: 35, 24 and 53. RGB value is (53,36,83). Sum of RGB (Red+Green+Blue) = 53+36+83=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 83 - color contains mainly: blue. Hex color #352453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352453 is #CADBAC. Grayscale: #2E2E2E. Windows color (decimal): -13294509 or 5448757. OLE color: 5448757.

HSL color Cylindrical-coordinate representation of color #352453: hue angle of 261.7º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #352453 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 36 83 -
CMYK 0.36 0.57 0 0.67
HSL 261.7º 0.39% 0.23% -
HSV(B) 261.7º 0.57% 0.33% -
XYZ 3.66 2.64 8.5 -
YUV 46.44 148.63 132.68 -
System Red Green Blue C M Y K H S L
Decimal 53 36 83 0.36 0.57 0 0.67 261.7 0.39 0.23
Hex 35 24 53 24 39 0 43 106 27 17
Octal 65 44 123 44 71 0 103 406 47 27
Binary 110101 100100 1010011 100100 111001 0 1000011 100000110 100111 10111

Color Harmonies of #352453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352453

Black with #352453

Text Example


Text Example

White with #352453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352453; }

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

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

background-color css

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

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

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

border-color css

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

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

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