Html Css Color HEX #35314D Cherry Pie

📋 copy color: '#35314D'

red 53 ◦ green 49 ◦ blue 77

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

Shades of Cherry Pie #35314D

Tints of Cherry Pie #35314D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.37%

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

R = 29.61%
G = 27.37%
B = 43.02%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#35314D (or 0x35314D) is known color: Cherry Pie. HEX triplet: 35, 31 and 4D. RGB value is (53,49,77). Sum of RGB (Red+Green+Blue) = 53+49+77=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 77 - color contains mainly: blue. Hex color #35314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35314D is #CACEB2. Grayscale: #353535. Windows color (decimal): -13291187 or 5058869. OLE color: 5058869.

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

Color convert

RGB 53 49 77 -
CMYK 0.31 0.36 0 0.70
HSL 248.57º 0.22% 0.25% -
HSV(B) 248.57º 0.36% 0.3% -
XYZ 3.91 3.49 7.49 -
YUV 53.39 141.33 127.72 -
System Red Green Blue C M Y K H S L
Decimal 53 49 77 0.31 0.36 0 0.70 248.57 0.22 0.25
Hex 35 31 4D 1F 24 0 46 F9 16 19
Octal 65 61 115 37 44 0 106 371 26 31
Binary 110101 110001 1001101 11111 100100 0 1000110 11111001 10110 11001

Color Harmonies of #35314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35314D

Black with #35314D

Text Example


Text Example

White with #35314D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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