Html Css Color HEX #342E4E Cherry Pie

📋 copy color: '#342E4E'

red 52 ◦ green 46 ◦ blue 78

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

Shades of Cherry Pie #342E4E

Tints of Cherry Pie #342E4E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 26.14%

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

R = 29.55%
G = 26.14%
B = 44.32%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#342E4E (or 0x342E4E) is known color: Cherry Pie. HEX triplet: 34, 2E and 4E. RGB value is (52,46,78). Sum of RGB (Red+Green+Blue) = 52+46+78=176 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.55% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 78 - color contains mainly: blue. Hex color #342E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342E4E is #CBD1B1. Grayscale: #333333. Windows color (decimal): -13357490 or 5123636. OLE color: 5123636.

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

Color convert

RGB 52 46 78 -
CMYK 0.33 0.41 0 0.69
HSL 251.25º 0.26% 0.24% -
HSV(B) 251.25º 0.41% 0.31% -
XYZ 3.77 3.23 7.63 -
YUV 51.44 142.99 128.4 -
System Red Green Blue C M Y K H S L
Decimal 52 46 78 0.33 0.41 0 0.69 251.25 0.26 0.24
Hex 34 2E 4E 21 29 0 45 FB 1A 18
Octal 64 56 116 41 51 0 105 373 32 30
Binary 110100 101110 1001110 100001 101001 0 1000101 11111011 11010 11000

Color Harmonies of #342E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342E4E

Black with #342E4E

Text Example


Text Example

White with #342E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342E4E; }

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

 H1.HeaderClassName
 {
   color: #342E4E;
 }
 .AnyTagClassName
 {
   color: #342E4E;
 }
</style>

background-color css

<style>
 a { background-color: #342E4E; }

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

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

border-color css

<style>
 span { border-color: #342E4E; }

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

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