Html Css Color HEX #35284F Cherry Pie

📋 copy color: '#35284F'

red 53 ◦ green 40 ◦ blue 79

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

Shades of Cherry Pie #35284F

Tints of Cherry Pie #35284F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 45.93%

R = 30.81%
G = 23.26%
B = 45.93%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#35284F (or 0x35284F) is known color: Cherry Pie. HEX triplet: 35, 28 and 4F. RGB value is (53,40,79). Sum of RGB (Red+Green+Blue) = 53+40+79=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 79 (31.25% from 255 or 45.93% from 172); Max value from RGB is 79 - color contains mainly: blue. Hex color #35284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35284F is #CAD7B0. Grayscale: #303030. Windows color (decimal): -13293489 or 5187637. OLE color: 5187637.

HSL color Cylindrical-coordinate representation of color #35284F: hue angle of 260º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #35284F is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 40 79 -
CMYK 0.33 0.49 0 0.69
HSL 260º 0.33% 0.23% -
HSV(B) 260º 0.49% 0.31% -
XYZ 3.64 2.84 7.75 -
YUV 48.33 145.31 131.33 -
System Red Green Blue C M Y K H S L
Decimal 53 40 79 0.33 0.49 0 0.69 260 0.33 0.23
Hex 35 28 4F 21 31 0 45 104 21 17
Octal 65 50 117 41 61 0 105 404 41 27
Binary 110101 101000 1001111 100001 110001 0 1000101 100000100 100001 10111

Color Harmonies of #35284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35284F

Black with #35284F

Text Example


Text Example

White with #35284F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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