Html Css Color HEX #342751 Cherry Pie

📋 copy color: '#342751'

red 52 ◦ green 39 ◦ blue 81

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

Shades of Cherry Pie #342751

Tints of Cherry Pie #342751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 47.09%

R = 30.23%
G = 22.67%
B = 47.09%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#342751 (or 0x342751) is known color: Cherry Pie. HEX triplet: 34, 27 and 51. RGB value is (52,39,81). Sum of RGB (Red+Green+Blue) = 52+39+81=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 81 - color contains mainly: blue. Hex color #342751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342751 is #CBD8AE. Grayscale: #2F2F2F. Windows color (decimal): -13359279 or 5318452. OLE color: 5318452.

HSL color Cylindrical-coordinate representation of color #342751: hue angle of 258.57º degrees, saturation: 0.35, 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 #342751 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 52 39 81 -
CMYK 0.36 0.52 0 0.68
HSL 258.57º 0.35% 0.24% -
HSV(B) 258.57º 0.52% 0.32% -
XYZ 3.63 2.78 8.13 -
YUV 47.68 146.81 131.08 -
System Red Green Blue C M Y K H S L
Decimal 52 39 81 0.36 0.52 0 0.68 258.57 0.35 0.24
Hex 34 27 51 24 34 0 44 103 23 18
Octal 64 47 121 44 64 0 104 403 43 30
Binary 110100 100111 1010001 100100 110100 0 1000100 100000011 100011 11000

Color Harmonies of #342751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342751

Black with #342751

Text Example


Text Example

White with #342751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342751; }

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

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

background-color css

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

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

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

border-color css

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

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

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