Html Css Color HEX #34304E Cherry Pie

📋 copy color: '#34304E'

red 52 ◦ green 48 ◦ blue 78

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

Shades of Cherry Pie #34304E

Tints of Cherry Pie #34304E

RGB

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

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

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

R = 29.21%
G = 26.97%
B = 43.82%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#34304E (or 0x34304E) is known color: Cherry Pie. HEX triplet: 34, 30 and 4E. RGB value is (52,48,78). Sum of RGB (Red+Green+Blue) = 52+48+78=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 78 (30.86% from 255 or 43.82% from 178); Max value from RGB is 78 - color contains mainly: blue. Hex color #34304E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34304E is #CBCFB1. Grayscale: #343434. Windows color (decimal): -13356978 or 5124148. OLE color: 5124148.

HSL color Cylindrical-coordinate representation of color #34304E: hue angle of 248º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #34304E is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 48 78 -
CMYK 0.33 0.38 0 0.69
HSL 248º 0.24% 0.25% -
HSV(B) 248º 0.38% 0.31% -
XYZ 3.85 3.39 7.66 -
YUV 52.62 142.33 127.56 -
System Red Green Blue C M Y K H S L
Decimal 52 48 78 0.33 0.38 0 0.69 248 0.24 0.25
Hex 34 30 4E 21 26 0 45 F8 18 19
Octal 64 60 116 41 46 0 105 370 30 31
Binary 110100 110000 1001110 100001 100110 0 1000101 11111000 11000 11001

Color Harmonies of #34304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34304E

Black with #34304E

Text Example


Text Example

White with #34304E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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