Html Css Color HEX #352E53 Cherry Pie

📋 copy color: '#352E53'

red 53 ◦ green 46 ◦ blue 83

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

Shades of Cherry Pie #352E53

Tints of Cherry Pie #352E53

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.27%

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

R = 29.12%
G = 25.27%
B = 45.6%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#352E53 (or 0x352E53) is known color: Cherry Pie. HEX triplet: 35, 2E and 53. RGB value is (53,46,83). Sum of RGB (Red+Green+Blue) = 53+46+83=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 46 (18.36% from 255 or 25.27% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #352E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352E53 is #CAD1AC. Grayscale: #343434. Windows color (decimal): -13291949 or 5451317. OLE color: 5451317.

HSL color Cylindrical-coordinate representation of color #352E53: hue angle of 251.35º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #352E53 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 46 83 -
CMYK 0.36 0.45 0 0.67
HSL 251.35º 0.29% 0.25% -
HSV(B) 251.35º 0.45% 0.33% -
XYZ 4.01 3.34 8.62 -
YUV 52.31 145.32 128.49 -
System Red Green Blue C M Y K H S L
Decimal 53 46 83 0.36 0.45 0 0.67 251.35 0.29 0.25
Hex 35 2E 53 24 2D 0 43 FB 1D 19
Octal 65 56 123 44 55 0 103 373 35 31
Binary 110101 101110 1010011 100100 101101 0 1000011 11111011 11101 11001

Color Harmonies of #352E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352E53

Black with #352E53

Text Example


Text Example

White with #352E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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