Html Css Color HEX #35284D Cherry Pie

📋 copy color: '#35284D'

red 53 ◦ green 40 ◦ blue 77

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

Shades of Cherry Pie #35284D

Tints of Cherry Pie #35284D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.53%

 BLUE value IS 77 (30.47% from 255) = 45.29%

R = 31.18%
G = 23.53%
B = 45.29%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#35284D (or 0x35284D) is known color: Cherry Pie. HEX triplet: 35, 28 and 4D. RGB value is (53,40,77). Sum of RGB (Red+Green+Blue) = 53+40+77=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 77 - color contains mainly: blue. Hex color #35284D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35284D is #CAD7B2. Grayscale: #2F2F2F. Windows color (decimal): -13293491 or 5056565. OLE color: 5056565.

HSL color Cylindrical-coordinate representation of color #35284D: hue angle of 261.08º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #35284D is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 40 77 -
CMYK 0.31 0.48 0 0.70
HSL 261.08º 0.32% 0.23% -
HSV(B) 261.08º 0.48% 0.3% -
XYZ 3.57 2.81 7.38 -
YUV 48.11 144.31 131.49 -
System Red Green Blue C M Y K H S L
Decimal 53 40 77 0.31 0.48 0 0.70 261.08 0.32 0.23
Hex 35 28 4D 1F 30 0 46 105 20 17
Octal 65 50 115 37 60 0 106 405 40 27
Binary 110101 101000 1001101 11111 110000 0 1000110 100000101 100000 10111

Color Harmonies of #35284D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35284D

Black with #35284D

Text Example


Text Example

White with #35284D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35284D; }

 p { color: rgb(53,40,77); }

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

background-color css

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

 a { background-color: rgb(53,40,77); }

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

border-color css

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

 span { border-color: rgb(53,40,77); }

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