Html Css Color HEX #342E46 Cherry Pie

📋 copy color: '#342E46'

red 52 ◦ green 46 ◦ blue 70

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

Shades of Cherry Pie #342E46

Tints of Cherry Pie #342E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 41.67%

R = 30.95%
G = 27.38%
B = 41.67%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#342E46 (or 0x342E46) is known color: Cherry Pie. HEX triplet: 34, 2E and 46. RGB value is (52,46,70). Sum of RGB (Red+Green+Blue) = 52+46+70=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 70 (27.73% from 255 or 41.67% from 168); Max value from RGB is 70 - color contains mainly: blue. Hex color #342E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342E46 is #CBD1B9. Grayscale: #323232. Windows color (decimal): -13357498 or 4599348. OLE color: 4599348.

HSL color Cylindrical-coordinate representation of color #342E46: hue angle of 255º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #342E46 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 46 70 -
CMYK 0.26 0.34 0 0.73
HSL 255º 0.21% 0.23% -
HSV(B) 255º 0.34% 0.27% -
XYZ 3.5 3.13 6.21 -
YUV 50.53 138.99 129.05 -
System Red Green Blue C M Y K H S L
Decimal 52 46 70 0.26 0.34 0 0.73 255 0.21 0.23
Hex 34 2E 46 1A 22 0 49 FF 15 17
Octal 64 56 106 32 42 0 111 377 25 27
Binary 110100 101110 1000110 11010 100010 0 1001001 11111111 10101 10111

Color Harmonies of #342E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342E46

Black with #342E46

Text Example


Text Example

White with #342E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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