Html Css Color HEX #342852 Cherry Pie

📋 copy color: '#342852'

red 52 ◦ green 40 ◦ blue 82

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

Shades of Cherry Pie #342852

Tints of Cherry Pie #342852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.99%

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

R = 29.89%
G = 22.99%
B = 47.13%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#342852 (or 0x342852) is known color: Cherry Pie. HEX triplet: 34, 28 and 52. RGB value is (52,40,82). Sum of RGB (Red+Green+Blue) = 52+40+82=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 82 (32.42% from 255 or 47.13% from 174); Max value from RGB is 82 - color contains mainly: blue. Hex color #342852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342852 is #CBD7AD. Grayscale: #303030. Windows color (decimal): -13359022 or 5384244. OLE color: 5384244.

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

Color convert

RGB 52 40 82 -
CMYK 0.37 0.51 0 0.68
HSL 257.14º 0.34% 0.24% -
HSV(B) 257.14º 0.51% 0.32% -
XYZ 3.7 2.86 8.34 -
YUV 48.38 146.98 130.58 -
System Red Green Blue C M Y K H S L
Decimal 52 40 82 0.37 0.51 0 0.68 257.14 0.34 0.24
Hex 34 28 52 25 33 0 44 101 22 18
Octal 64 50 122 45 63 0 104 401 42 30
Binary 110100 101000 1010010 100101 110011 0 1000100 100000001 100010 11000

Color Harmonies of #342852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342852

Black with #342852

Text Example


Text Example

White with #342852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342852; }

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

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

background-color css

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

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

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

border-color css

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

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

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