Html Css Color HEX #342857 Cherry Pie

📋 copy color: '#342857'

red 52 ◦ green 40 ◦ blue 87

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

Shades of Cherry Pie #342857

Tints of Cherry Pie #342857

RGB

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

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

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

R = 29.05%
G = 22.35%
B = 48.6%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#342857 (or 0x342857) is known color: Cherry Pie. HEX triplet: 34, 28 and 57. RGB value is (52,40,87). Sum of RGB (Red+Green+Blue) = 52+40+87=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 87 (34.38% from 255 or 48.60% from 179); Max value from RGB is 87 - color contains mainly: blue. Hex color #342857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342857 is #CBD7A8. Grayscale: #303030. Windows color (decimal): -13359017 or 5711924. OLE color: 5711924.

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

Color convert

RGB 52 40 87 -
CMYK 0.40 0.54 0 0.66
HSL 255.32º 0.37% 0.25% -
HSV(B) 255.32º 0.54% 0.34% -
XYZ 3.9 2.94 9.38 -
YUV 48.95 149.48 130.18 -
System Red Green Blue C M Y K H S L
Decimal 52 40 87 0.40 0.54 0 0.66 255.32 0.37 0.25
Hex 34 28 57 28 36 0 42 FF 25 19
Octal 64 50 127 50 66 0 102 377 45 31
Binary 110100 101000 1010111 101000 110110 0 1000010 11111111 100101 11001

Color Harmonies of #342857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342857

Black with #342857

Text Example


Text Example

White with #342857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342857; }

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

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

background-color css

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

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

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

border-color css

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

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

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