Html Css Color HEX #342752 Cherry Pie

📋 copy color: '#342752'

red 52 ◦ green 39 ◦ blue 82

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

Shades of Cherry Pie #342752

Tints of Cherry Pie #342752

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.54%

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

R = 30.06%
G = 22.54%
B = 47.4%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#342752 (or 0x342752) is known color: Cherry Pie. HEX triplet: 34, 27 and 52. RGB value is (52,39,82). Sum of RGB (Red+Green+Blue) = 52+39+82=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 82 (32.42% from 255 or 47.40% from 173); Max value from RGB is 82 - color contains mainly: blue. Hex color #342752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342752 is #CBD8AD. Grayscale: #2F2F2F. Windows color (decimal): -13359278 or 5383988. OLE color: 5383988.

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

Color convert

RGB 52 39 82 -
CMYK 0.37 0.52 0 0.68
HSL 258.14º 0.36% 0.24% -
HSV(B) 258.14º 0.52% 0.32% -
XYZ 3.66 2.79 8.33 -
YUV 47.79 147.31 131 -
System Red Green Blue C M Y K H S L
Decimal 52 39 82 0.37 0.52 0 0.68 258.14 0.36 0.24
Hex 34 27 52 25 34 0 44 102 24 18
Octal 64 47 122 45 64 0 104 402 44 30
Binary 110100 100111 1010010 100101 110100 0 1000100 100000010 100100 11000

Color Harmonies of #342752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342752

Black with #342752

Text Example


Text Example

White with #342752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342752; }

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

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

background-color css

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

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

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

border-color css

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

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

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