Html Css Color HEX #342B4E Cherry Pie

📋 copy color: '#342B4E'

red 52 ◦ green 43 ◦ blue 78

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

Shades of Cherry Pie #342B4E

Tints of Cherry Pie #342B4E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.86%

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

R = 30.06%
G = 24.86%
B = 45.09%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#342B4E (or 0x342B4E) is known color: Cherry Pie. HEX triplet: 34, 2B and 4E. RGB value is (52,43,78). Sum of RGB (Red+Green+Blue) = 52+43+78=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 78 (30.86% from 255 or 45.09% from 173); Max value from RGB is 78 - color contains mainly: blue. Hex color #342B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342B4E is #CBD4B1. Grayscale: #313131. Windows color (decimal): -13358258 or 5122868. OLE color: 5122868.

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

Color convert

RGB 52 43 78 -
CMYK 0.33 0.45 0 0.69
HSL 255.43º 0.29% 0.24% -
HSV(B) 255.43º 0.45% 0.31% -
XYZ 3.66 3.01 7.6 -
YUV 49.68 143.98 129.65 -
System Red Green Blue C M Y K H S L
Decimal 52 43 78 0.33 0.45 0 0.69 255.43 0.29 0.24
Hex 34 2B 4E 21 2D 0 45 FF 1D 18
Octal 64 53 116 41 55 0 105 377 35 30
Binary 110100 101011 1001110 100001 101101 0 1000101 11111111 11101 11000

Color Harmonies of #342B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342B4E

Black with #342B4E

Text Example


Text Example

White with #342B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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