Html Css Color HEX #342455 Cherry Pie

📋 copy color: '#342455'

red 52 ◦ green 36 ◦ blue 85

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

Shades of Cherry Pie #342455

Tints of Cherry Pie #342455

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.81%

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

R = 30.06%
G = 20.81%
B = 49.13%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#342455 (or 0x342455) is known color: Cherry Pie. HEX triplet: 34, 24 and 55. RGB value is (52,36,85). Sum of RGB (Red+Green+Blue) = 52+36+85=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #342455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342455 is #CBDBAA. Grayscale: #2E2E2E. Windows color (decimal): -13360043 or 5579828. OLE color: 5579828.

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

Color convert

RGB 52 36 85 -
CMYK 0.39 0.58 0 0.67
HSL 259.59º 0.4% 0.24% -
HSV(B) 259.59º 0.58% 0.33% -
XYZ 3.69 2.65 8.91 -
YUV 46.37 149.8 132.02 -
System Red Green Blue C M Y K H S L
Decimal 52 36 85 0.39 0.58 0 0.67 259.59 0.4 0.24
Hex 34 24 55 27 3A 0 43 104 28 18
Octal 64 44 125 47 72 0 103 404 50 30
Binary 110100 100100 1010101 100111 111010 0 1000011 100000100 101000 11000

Color Harmonies of #342455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342455

Black with #342455

Text Example


Text Example

White with #342455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342455; }

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

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

background-color css

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

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

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

border-color css

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

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

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