Html Css Color HEX #342658 Cherry Pie

📋 copy color: '#342658'

red 52 ◦ green 38 ◦ blue 88

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

Shades of Cherry Pie #342658

Tints of Cherry Pie #342658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 49.44%

R = 29.21%
G = 21.35%
B = 49.44%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#342658 (or 0x342658) is known color: Cherry Pie. HEX triplet: 34, 26 and 58. RGB value is (52,38,88). Sum of RGB (Red+Green+Blue) = 52+38+88=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 88 (34.77% from 255 or 49.44% from 178); Max value from RGB is 88 - color contains mainly: blue. Hex color #342658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342658 is #CBD9A7. Grayscale: #2F2F2F. Windows color (decimal): -13359528 or 5776948. OLE color: 5776948.

HSL color Cylindrical-coordinate representation of color #342658: hue angle of 256.8º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #342658 is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 38 88 -
CMYK 0.41 0.57 0 0.65
HSL 256.8º 0.4% 0.25% -
HSV(B) 256.8º 0.57% 0.35% -
XYZ 3.87 2.82 9.57 -
YUV 47.89 150.64 130.93 -
System Red Green Blue C M Y K H S L
Decimal 52 38 88 0.41 0.57 0 0.65 256.8 0.4 0.25
Hex 34 26 58 29 39 0 41 101 28 19
Octal 64 46 130 51 71 0 101 401 50 31
Binary 110100 100110 1011000 101001 111001 0 1000001 100000001 101000 11001

Color Harmonies of #342658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342658

Black with #342658

Text Example


Text Example

White with #342658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342658; }

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

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

background-color css

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

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

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

border-color css

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

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

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