Html Css Color HEX #342457 Cherry Pie

📋 copy color: '#342457'

red 52 ◦ green 36 ◦ blue 87

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

Shades of Cherry Pie #342457

Tints of Cherry Pie #342457

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.57%

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

R = 29.71%
G = 20.57%
B = 49.71%

CMYK

 C value IS 0.40

 M value IS 0.59

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#342457 (or 0x342457) is known color: Cherry Pie. HEX triplet: 34, 24 and 57. RGB value is (52,36,87). Sum of RGB (Red+Green+Blue) = 52+36+87=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 87 (34.38% from 255 or 49.71% from 175); Max value from RGB is 87 - color contains mainly: blue. Hex color #342457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342457 is #CBDBA8. Grayscale: #2E2E2E. Windows color (decimal): -13360041 or 5710900. OLE color: 5710900.

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

Color convert

RGB 52 36 87 -
CMYK 0.40 0.59 0 0.66
HSL 258.82º 0.41% 0.24% -
HSV(B) 258.82º 0.59% 0.34% -
XYZ 3.77 2.68 9.34 -
YUV 46.6 150.8 131.85 -
System Red Green Blue C M Y K H S L
Decimal 52 36 87 0.40 0.59 0 0.66 258.82 0.41 0.24
Hex 34 24 57 28 3B 0 42 103 29 18
Octal 64 44 127 50 73 0 102 403 51 30
Binary 110100 100100 1010111 101000 111011 0 1000010 100000011 101001 11000

Color Harmonies of #342457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342457

Black with #342457

Text Example


Text Example

White with #342457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342457; }

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

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

background-color css

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

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

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

border-color css

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

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

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