Html Css Color HEX #342A50 Cherry Pie

📋 copy color: '#342A50'

red 52 ◦ green 42 ◦ blue 80

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

Shades of Cherry Pie #342A50

Tints of Cherry Pie #342A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 45.98%

R = 29.89%
G = 24.14%
B = 45.98%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#342A50 (or 0x342A50) is known color: Cherry Pie. HEX triplet: 34, 2A and 50. RGB value is (52,42,80). Sum of RGB (Red+Green+Blue) = 52+42+80=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 42 (16.80% from 255 or 24.14% from 174); Blue value is 80 (31.64% from 255 or 45.98% from 174); Max value from RGB is 80 - color contains mainly: blue. Hex color #342A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342A50 is #CBD5AF. Grayscale: #313131. Windows color (decimal): -13358512 or 5253684. OLE color: 5253684.

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

Color convert

RGB 52 42 80 -
CMYK 0.35 0.48 0 0.69
HSL 255.79º 0.31% 0.24% -
HSV(B) 255.79º 0.48% 0.31% -
XYZ 3.69 2.97 7.97 -
YUV 49.32 145.31 129.91 -
System Red Green Blue C M Y K H S L
Decimal 52 42 80 0.35 0.48 0 0.69 255.79 0.31 0.24
Hex 34 2A 50 23 30 0 45 100 1F 18
Octal 64 52 120 43 60 0 105 400 37 30
Binary 110100 101010 1010000 100011 110000 0 1000101 100000000 11111 11000

Color Harmonies of #342A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342A50

Black with #342A50

Text Example


Text Example

White with #342A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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