Html Css Color HEX #342652 Cherry Pie

📋 copy color: '#342652'

red 52 ◦ green 38 ◦ blue 82

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

Shades of Cherry Pie #342652

Tints of Cherry Pie #342652

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.09%

 BLUE value IS 82 (32.42% from 255) = 47.67%

R = 30.23%
G = 22.09%
B = 47.67%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#342652 (or 0x342652) is known color: Cherry Pie. HEX triplet: 34, 26 and 52. RGB value is (52,38,82). Sum of RGB (Red+Green+Blue) = 52+38+82=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 82 (32.42% from 255 or 47.67% from 172); Max value from RGB is 82 - color contains mainly: blue. Hex color #342652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342652 is #CBD9AD. Grayscale: #2F2F2F. Windows color (decimal): -13359534 or 5383732. OLE color: 5383732.

HSL color Cylindrical-coordinate representation of color #342652: hue angle of 259.09º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #342652 is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 52 38 82 -
CMYK 0.37 0.54 0 0.68
HSL 259.09º 0.37% 0.24% -
HSV(B) 259.09º 0.54% 0.32% -
XYZ 3.63 2.73 8.32 -
YUV 47.2 147.64 131.42 -
System Red Green Blue C M Y K H S L
Decimal 52 38 82 0.37 0.54 0 0.68 259.09 0.37 0.24
Hex 34 26 52 25 36 0 44 103 25 18
Octal 64 46 122 45 66 0 104 403 45 30
Binary 110100 100110 1010010 100101 110110 0 1000100 100000011 100101 11000

Color Harmonies of #342652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342652

Black with #342652

Text Example


Text Example

White with #342652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342652; }

 p { color: rgb(52,38,82); }

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

background-color css

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

 a { background-color: rgb(52,38,82); }

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

border-color css

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

 span { border-color: rgb(52,38,82); }

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