Html Css Color HEX #352652 Cherry Pie

📋 copy color: '#352652'

red 53 ◦ green 38 ◦ blue 82

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

Shades of Cherry Pie #352652

Tints of Cherry Pie #352652

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.97%

 BLUE value IS 82 (32.42% from 255) = 47.4%

R = 30.64%
G = 21.97%
B = 47.4%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#352652 (or 0x352652) is known color: Cherry Pie. HEX triplet: 35, 26 and 52. RGB value is (53,38,82). Sum of RGB (Red+Green+Blue) = 53+38+82=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 82 (32.42% from 255 or 47.40% from 173); Max value from RGB is 82 - color contains mainly: blue. Hex color #352652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352652 is #CAD9AD. Grayscale: #2F2F2F. Windows color (decimal): -13293998 or 5383733. OLE color: 5383733.

HSL color Cylindrical-coordinate representation of color #352652: hue angle of 260.45º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #352652 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 38 82 -
CMYK 0.35 0.54 0 0.68
HSL 260.45º 0.37% 0.24% -
HSV(B) 260.45º 0.54% 0.32% -
XYZ 3.68 2.75 8.32 -
YUV 47.5 147.47 131.92 -
System Red Green Blue C M Y K H S L
Decimal 53 38 82 0.35 0.54 0 0.68 260.45 0.37 0.24
Hex 35 26 52 23 36 0 44 104 25 18
Octal 65 46 122 43 66 0 104 404 45 30
Binary 110101 100110 1010010 100011 110110 0 1000100 100000100 100101 11000

Color Harmonies of #352652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352652

Black with #352652

Text Example


Text Example

White with #352652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352652; }

 p { color: rgb(53,38,82); }

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

background-color css

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

 a { background-color: rgb(53,38,82); }

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

border-color css

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

 span { border-color: rgb(53,38,82); }

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