Html Css Color HEX #342657 Cherry Pie

📋 copy color: '#342657'

red 52 ◦ green 38 ◦ blue 87

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

Shades of Cherry Pie #342657

Tints of Cherry Pie #342657

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.47%

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

R = 29.38%
G = 21.47%
B = 49.15%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#342657 (or 0x342657) is known color: Cherry Pie. HEX triplet: 34, 26 and 57. RGB value is (52,38,87). Sum of RGB (Red+Green+Blue) = 52+38+87=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #342657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342657 is #CBD9A8. Grayscale: #2F2F2F. Windows color (decimal): -13359529 or 5711412. OLE color: 5711412.

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

Color convert

RGB 52 38 87 -
CMYK 0.40 0.56 0 0.66
HSL 257.14º 0.39% 0.25% -
HSV(B) 257.14º 0.56% 0.34% -
XYZ 3.83 2.8 9.36 -
YUV 47.77 150.14 131.02 -
System Red Green Blue C M Y K H S L
Decimal 52 38 87 0.40 0.56 0 0.66 257.14 0.39 0.25
Hex 34 26 57 28 38 0 42 101 27 19
Octal 64 46 127 50 70 0 102 401 47 31
Binary 110100 100110 1010111 101000 111000 0 1000010 100000001 100111 11001

Color Harmonies of #342657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342657

Black with #342657

Text Example


Text Example

White with #342657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342657; }

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

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

background-color css

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

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

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

border-color css

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

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

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