Html Css Color HEX #342851 Cherry Pie

📋 copy color: '#342851'

red 52 ◦ green 40 ◦ blue 81

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

Shades of Cherry Pie #342851

Tints of Cherry Pie #342851

RGB

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

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

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

R = 30.06%
G = 23.12%
B = 46.82%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#342851 (or 0x342851) is known color: Cherry Pie. HEX triplet: 34, 28 and 51. RGB value is (52,40,81). Sum of RGB (Red+Green+Blue) = 52+40+81=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 81 (32.03% from 255 or 46.82% from 173); Max value from RGB is 81 - color contains mainly: blue. Hex color #342851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342851 is #CBD7AE. Grayscale: #303030. Windows color (decimal): -13359023 or 5318708. OLE color: 5318708.

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

Color convert

RGB 52 40 81 -
CMYK 0.36 0.51 0 0.68
HSL 257.56º 0.34% 0.24% -
HSV(B) 257.56º 0.51% 0.32% -
XYZ 3.66 2.84 8.14 -
YUV 48.26 146.48 130.67 -
System Red Green Blue C M Y K H S L
Decimal 52 40 81 0.36 0.51 0 0.68 257.56 0.34 0.24
Hex 34 28 51 24 33 0 44 102 22 18
Octal 64 50 121 44 63 0 104 402 42 30
Binary 110100 101000 1010001 100100 110011 0 1000100 100000010 100010 11000

Color Harmonies of #342851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342851

Black with #342851

Text Example


Text Example

White with #342851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342851; }

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

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

background-color css

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

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

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

border-color css

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

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

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