Html Css Color HEX #342C4E Cherry Pie

📋 copy color: '#342C4E'

red 52 ◦ green 44 ◦ blue 78

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

Shades of Cherry Pie #342C4E

Tints of Cherry Pie #342C4E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.29%

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

R = 29.89%
G = 25.29%
B = 44.83%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#342C4E (or 0x342C4E) is known color: Cherry Pie. HEX triplet: 34, 2C and 4E. RGB value is (52,44,78). Sum of RGB (Red+Green+Blue) = 52+44+78=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 78 (30.86% from 255 or 44.83% from 174); Max value from RGB is 78 - color contains mainly: blue. Hex color #342C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342C4E is #CBD3B1. Grayscale: #323232. Windows color (decimal): -13358002 or 5123124. OLE color: 5123124.

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

Color convert

RGB 52 44 78 -
CMYK 0.33 0.44 0 0.69
HSL 254.12º 0.28% 0.24% -
HSV(B) 254.12º 0.44% 0.31% -
XYZ 3.69 3.08 7.61 -
YUV 50.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 52 44 78 0.33 0.44 0 0.69 254.12 0.28 0.24
Hex 34 2C 4E 21 2C 0 45 FE 1C 18
Octal 64 54 116 41 54 0 105 376 34 30
Binary 110100 101100 1001110 100001 101100 0 1000101 11111110 11100 11000

Color Harmonies of #342C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342C4E

Black with #342C4E

Text Example


Text Example

White with #342C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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