Html Css Color HEX #34294F Cherry Pie

📋 copy color: '#34294F'

red 52 ◦ green 41 ◦ blue 79

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

Shades of Cherry Pie #34294F

Tints of Cherry Pie #34294F

RGB

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

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

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

R = 30.23%
G = 23.84%
B = 45.93%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#34294F (or 0x34294F) is known color: Cherry Pie. HEX triplet: 34, 29 and 4F. RGB value is (52,41,79). Sum of RGB (Red+Green+Blue) = 52+41+79=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 41 (16.41% from 255 or 23.84% 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 #34294F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34294F is #CBD6B0. Grayscale: #303030. Windows color (decimal): -13358769 or 5187892. OLE color: 5187892.

HSL color Cylindrical-coordinate representation of color #34294F: hue angle of 257.37º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #34294F is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 41 79 -
CMYK 0.34 0.48 0 0.69
HSL 257.37º 0.32% 0.24% -
HSV(B) 257.37º 0.48% 0.31% -
XYZ 3.62 2.88 7.76 -
YUV 48.62 145.14 130.41 -
System Red Green Blue C M Y K H S L
Decimal 52 41 79 0.34 0.48 0 0.69 257.37 0.32 0.24
Hex 34 29 4F 22 30 0 45 101 20 18
Octal 64 51 117 42 60 0 105 401 40 30
Binary 110100 101001 1001111 100010 110000 0 1000101 100000001 100000 11000

Color Harmonies of #34294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34294F

Black with #34294F

Text Example


Text Example

White with #34294F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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