Html Css Color HEX #342A4E Cherry Pie

📋 copy color: '#342A4E'

red 52 ◦ green 42 ◦ blue 78

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

Shades of Cherry Pie #342A4E

Tints of Cherry Pie #342A4E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 24.42%

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

R = 30.23%
G = 24.42%
B = 45.35%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#342A4E (or 0x342A4E) is known color: Cherry Pie. HEX triplet: 34, 2A and 4E. RGB value is (52,42,78). Sum of RGB (Red+Green+Blue) = 52+42+78=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 78 - color contains mainly: blue. Hex color #342A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342A4E is #CBD5B1. Grayscale: #303030. Windows color (decimal): -13358514 or 5122612. OLE color: 5122612.

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

Color convert

RGB 52 42 78 -
CMYK 0.33 0.46 0 0.69
HSL 256.67º 0.3% 0.24% -
HSV(B) 256.67º 0.46% 0.31% -
XYZ 3.62 2.94 7.58 -
YUV 49.09 144.31 130.07 -
System Red Green Blue C M Y K H S L
Decimal 52 42 78 0.33 0.46 0 0.69 256.67 0.3 0.24
Hex 34 2A 4E 21 2E 0 45 101 1E 18
Octal 64 52 116 41 56 0 105 401 36 30
Binary 110100 101010 1001110 100001 101110 0 1000101 100000001 11110 11000

Color Harmonies of #342A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342A4E

Black with #342A4E

Text Example


Text Example

White with #342A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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