Html Css Color HEX #342A55 Cherry Pie

📋 copy color: '#342A55'

red 52 ◦ green 42 ◦ blue 85

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

Shades of Cherry Pie #342A55

Tints of Cherry Pie #342A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 47.49%

R = 29.05%
G = 23.46%
B = 47.49%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#342A55 (or 0x342A55) is known color: Cherry Pie. HEX triplet: 34, 2A and 55. RGB value is (52,42,85). Sum of RGB (Red+Green+Blue) = 52+42+85=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #342A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342A55 is #CBD5AA. Grayscale: #313131. Windows color (decimal): -13358507 or 5581364. OLE color: 5581364.

HSL color Cylindrical-coordinate representation of color #342A55: hue angle of 253.95º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #342A55 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 42 85 -
CMYK 0.39 0.51 0 0.67
HSL 253.95º 0.34% 0.25% -
HSV(B) 253.95º 0.51% 0.33% -
XYZ 3.88 3.04 8.98 -
YUV 49.89 147.81 129.5 -
System Red Green Blue C M Y K H S L
Decimal 52 42 85 0.39 0.51 0 0.67 253.95 0.34 0.25
Hex 34 2A 55 27 33 0 43 FE 22 19
Octal 64 52 125 47 63 0 103 376 42 31
Binary 110100 101010 1010101 100111 110011 0 1000011 11111110 100010 11001

Color Harmonies of #342A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342A55

Black with #342A55

Text Example


Text Example

White with #342A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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