Html Css Color HEX #34294E Cherry Pie

📋 copy color: '#34294E'

red 52 ◦ green 41 ◦ blue 78

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

Shades of Cherry Pie #34294E

Tints of Cherry Pie #34294E

RGB

 RED value IS 52 (20.7% from 255) = 30.41%

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

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

R = 30.41%
G = 23.98%
B = 45.61%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#34294E (or 0x34294E) is known color: Cherry Pie. HEX triplet: 34, 29 and 4E. RGB value is (52,41,78). Sum of RGB (Red+Green+Blue) = 52+41+78=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 78 - color contains mainly: blue. Hex color #34294E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34294E is #CBD6B1. Grayscale: #303030. Windows color (decimal): -13358770 or 5122356. OLE color: 5122356.

HSL color Cylindrical-coordinate representation of color #34294E: hue angle of 257.84º 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 #34294E is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 41 78 -
CMYK 0.33 0.47 0 0.69
HSL 257.84º 0.31% 0.23% -
HSV(B) 257.84º 0.47% 0.31% -
XYZ 3.58 2.87 7.57 -
YUV 48.51 144.64 130.49 -
System Red Green Blue C M Y K H S L
Decimal 52 41 78 0.33 0.47 0 0.69 257.84 0.31 0.23
Hex 34 29 4E 21 2F 0 45 102 1F 17
Octal 64 51 116 41 57 0 105 402 37 27
Binary 110100 101001 1001110 100001 101111 0 1000101 100000010 11111 10111

Color Harmonies of #34294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34294E

Black with #34294E

Text Example


Text Example

White with #34294E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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