Html Css Color HEX #342E4F Cherry Pie

📋 copy color: '#342E4F'

red 52 ◦ green 46 ◦ blue 79

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

Shades of Cherry Pie #342E4F

Tints of Cherry Pie #342E4F

RGB

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

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

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

R = 29.38%
G = 25.99%
B = 44.63%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#342E4F (or 0x342E4F) is known color: Cherry Pie. HEX triplet: 34, 2E and 4F. RGB value is (52,46,79). Sum of RGB (Red+Green+Blue) = 52+46+79=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 79 (31.25% from 255 or 44.63% from 177); Max value from RGB is 79 - color contains mainly: blue. Hex color #342E4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342E4F is #CBD1B0. Grayscale: #333333. Windows color (decimal): -13357489 or 5189172. OLE color: 5189172.

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

Color convert

RGB 52 46 79 -
CMYK 0.34 0.42 0 0.69
HSL 250.91º 0.26% 0.25% -
HSV(B) 250.91º 0.42% 0.31% -
XYZ 3.8 3.25 7.82 -
YUV 51.56 143.49 128.32 -
System Red Green Blue C M Y K H S L
Decimal 52 46 79 0.34 0.42 0 0.69 250.91 0.26 0.25
Hex 34 2E 4F 22 2A 0 45 FB 1A 19
Octal 64 56 117 42 52 0 105 373 32 31
Binary 110100 101110 1001111 100010 101010 0 1000101 11111011 11010 11001

Color Harmonies of #342E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342E4F

Black with #342E4F

Text Example


Text Example

White with #342E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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