Html Css Color HEX #342555 Cherry Pie

📋 copy color: '#342555'

red 52 ◦ green 37 ◦ blue 85

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

Shades of Cherry Pie #342555

Tints of Cherry Pie #342555

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.26%

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

R = 29.89%
G = 21.26%
B = 48.85%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#342555 (or 0x342555) is known color: Cherry Pie. HEX triplet: 34, 25 and 55. RGB value is (52,37,85). Sum of RGB (Red+Green+Blue) = 52+37+85=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #342555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342555 is #CBDAAA. Grayscale: #2E2E2E. Windows color (decimal): -13359787 or 5580084. OLE color: 5580084.

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

Color convert

RGB 52 37 85 -
CMYK 0.39 0.56 0 0.67
HSL 258.75º 0.39% 0.24% -
HSV(B) 258.75º 0.56% 0.33% -
XYZ 3.72 2.71 8.92 -
YUV 46.96 149.47 131.6 -
System Red Green Blue C M Y K H S L
Decimal 52 37 85 0.39 0.56 0 0.67 258.75 0.39 0.24
Hex 34 25 55 27 38 0 43 103 27 18
Octal 64 45 125 47 70 0 103 403 47 30
Binary 110100 100101 1010101 100111 111000 0 1000011 100000011 100111 11000

Color Harmonies of #342555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342555

Black with #342555

Text Example


Text Example

White with #342555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342555; }

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

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

background-color css

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

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

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

border-color css

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

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

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