Html Css Color HEX #34304D Cherry Pie

📋 copy color: '#34304D'

red 52 ◦ green 48 ◦ blue 77

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

Shades of Cherry Pie #34304D

Tints of Cherry Pie #34304D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.12%

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

R = 29.38%
G = 27.12%
B = 43.5%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#34304D (or 0x34304D) is known color: Cherry Pie. HEX triplet: 34, 30 and 4D. RGB value is (52,48,77). Sum of RGB (Red+Green+Blue) = 52+48+77=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #34304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34304D is #CBCFB2. Grayscale: #343434. Windows color (decimal): -13356979 or 5058612. OLE color: 5058612.

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

Color convert

RGB 52 48 77 -
CMYK 0.32 0.38 0 0.70
HSL 248.28º 0.23% 0.25% -
HSV(B) 248.28º 0.38% 0.3% -
XYZ 3.81 3.38 7.47 -
YUV 52.5 141.83 127.64 -
System Red Green Blue C M Y K H S L
Decimal 52 48 77 0.32 0.38 0 0.70 248.28 0.23 0.25
Hex 34 30 4D 20 26 0 46 F8 17 19
Octal 64 60 115 40 46 0 106 370 27 31
Binary 110100 110000 1001101 100000 100110 0 1000110 11111000 10111 11001

Color Harmonies of #34304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34304D

Black with #34304D

Text Example


Text Example

White with #34304D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,48,77); }

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

background-color css

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

 a { background-color: rgb(52,48,77); }

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

border-color css

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

 span { border-color: rgb(52,48,77); }

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