Html Css Color HEX #352F53 Cherry Pie

📋 copy color: '#352F53'

red 53 ◦ green 47 ◦ blue 83

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

Shades of Cherry Pie #352F53

Tints of Cherry Pie #352F53

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.68%

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

R = 28.96%
G = 25.68%
B = 45.36%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#352F53 (or 0x352F53) is known color: Cherry Pie. HEX triplet: 35, 2F and 53. RGB value is (53,47,83). Sum of RGB (Red+Green+Blue) = 53+47+83=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #352F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352F53 is #CAD0AC. Grayscale: #343434. Windows color (decimal): -13291693 or 5451573. OLE color: 5451573.

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

Color convert

RGB 53 47 83 -
CMYK 0.36 0.43 0 0.67
HSL 250º 0.28% 0.25% -
HSV(B) 250º 0.43% 0.33% -
XYZ 4.05 3.41 8.63 -
YUV 52.9 144.99 128.07 -
System Red Green Blue C M Y K H S L
Decimal 53 47 83 0.36 0.43 0 0.67 250 0.28 0.25
Hex 35 2F 53 24 2B 0 43 FA 1C 19
Octal 65 57 123 44 53 0 103 372 34 31
Binary 110101 101111 1010011 100100 101011 0 1000011 11111010 11100 11001

Color Harmonies of #352F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352F53

Black with #352F53

Text Example


Text Example

White with #352F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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