Html Css Color HEX #35314C Cherry Pie

📋 copy color: '#35314C'

red 53 ◦ green 49 ◦ blue 76

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

Shades of Cherry Pie #35314C

Tints of Cherry Pie #35314C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 42.7%

R = 29.78%
G = 27.53%
B = 42.7%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#35314C (or 0x35314C) is known color: Cherry Pie. HEX triplet: 35, 31 and 4C. RGB value is (53,49,76). Sum of RGB (Red+Green+Blue) = 53+49+76=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 76 - color contains mainly: blue. Hex color #35314C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35314C is #CACEB3. Grayscale: #353535. Windows color (decimal): -13291188 or 4993333. OLE color: 4993333.

HSL color Cylindrical-coordinate representation of color #35314C: hue angle of 248.89º 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 #35314C is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 49 76 -
CMYK 0.30 0.36 0 0.70
HSL 248.89º 0.22% 0.25% -
HSV(B) 248.89º 0.36% 0.3% -
XYZ 3.87 3.48 7.3 -
YUV 53.27 140.83 127.8 -
System Red Green Blue C M Y K H S L
Decimal 53 49 76 0.30 0.36 0 0.70 248.89 0.22 0.25
Hex 35 31 4C 1E 24 0 46 F9 16 19
Octal 65 61 114 36 44 0 106 371 26 31
Binary 110101 110001 1001100 11110 100100 0 1000110 11111001 10110 11001

Color Harmonies of #35314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35314C

Black with #35314C

Text Example


Text Example

White with #35314C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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