Html Css Color HEX #342757 Cherry Pie

📋 copy color: '#342757'

red 52 ◦ green 39 ◦ blue 87

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

Shades of Cherry Pie #342757

Tints of Cherry Pie #342757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 48.88%

R = 29.21%
G = 21.91%
B = 48.88%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#342757 (or 0x342757) is known color: Cherry Pie. HEX triplet: 34, 27 and 57. RGB value is (52,39,87). Sum of RGB (Red+Green+Blue) = 52+39+87=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #342757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342757 is #CBD8A8. Grayscale: #303030. Windows color (decimal): -13359273 or 5711668. OLE color: 5711668.

HSL color Cylindrical-coordinate representation of color #342757: hue angle of 256.25º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #342757 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 39 87 -
CMYK 0.40 0.55 0 0.66
HSL 256.25º 0.38% 0.25% -
HSV(B) 256.25º 0.55% 0.34% -
XYZ 3.86 2.87 9.37 -
YUV 48.36 149.81 130.6 -
System Red Green Blue C M Y K H S L
Decimal 52 39 87 0.40 0.55 0 0.66 256.25 0.38 0.25
Hex 34 27 57 28 37 0 42 100 26 19
Octal 64 47 127 50 67 0 102 400 46 31
Binary 110100 100111 1010111 101000 110111 0 1000010 100000000 100110 11001

Color Harmonies of #342757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342757

Black with #342757

Text Example


Text Example

White with #342757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342757; }

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

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

background-color css

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

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

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

border-color css

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

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

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