Html Css Color HEX #35294E Cherry Pie

📋 copy color: '#35294E'

red 53 ◦ green 41 ◦ blue 78

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

Shades of Cherry Pie #35294E

Tints of Cherry Pie #35294E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.84%

 BLUE value IS 78 (30.86% from 255) = 45.35%

R = 30.81%
G = 23.84%
B = 45.35%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#35294E (or 0x35294E) is known color: Cherry Pie. HEX triplet: 35, 29 and 4E. RGB value is (53,41,78). Sum of RGB (Red+Green+Blue) = 53+41+78=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 78 - color contains mainly: blue. Hex color #35294E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35294E is #CAD6B1. Grayscale: #303030. Windows color (decimal): -13293234 or 5122357. OLE color: 5122357.

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

Color convert

RGB 53 41 78 -
CMYK 0.32 0.47 0 0.69
HSL 259.46º 0.31% 0.23% -
HSV(B) 259.46º 0.47% 0.31% -
XYZ 3.64 2.89 7.57 -
YUV 48.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 53 41 78 0.32 0.47 0 0.69 259.46 0.31 0.23
Hex 35 29 4E 20 2F 0 45 103 1F 17
Octal 65 51 116 40 57 0 105 403 37 27
Binary 110101 101001 1001110 100000 101111 0 1000101 100000011 11111 10111

Color Harmonies of #35294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35294E

Black with #35294E

Text Example


Text Example

White with #35294E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35294E; }

 p { color: rgb(53,41,78); }

 H1.HeaderClassName
 {
   color: #35294E;
 }
 .AnyTagClassName
 {
   color: #35294E;
 }
</style>

background-color css

<style>
 a { background-color: #35294E; }

 a { background-color: rgb(53,41,78); }

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

border-color css

<style>
 span { border-color: #35294E; }

 span { border-color: rgb(53,41,78); }

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