Html Css Color HEX #342558 Cherry Pie

📋 copy color: '#342558'

red 52 ◦ green 37 ◦ blue 88

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

Shades of Cherry Pie #342558

Tints of Cherry Pie #342558

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.9%

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

R = 29.38%
G = 20.9%
B = 49.72%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#342558 (or 0x342558) is known color: Cherry Pie. HEX triplet: 34, 25 and 58. RGB value is (52,37,88). Sum of RGB (Red+Green+Blue) = 52+37+88=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #342558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342558 is #CBDAA7. Grayscale: #2F2F2F. Windows color (decimal): -13359784 or 5776692. OLE color: 5776692.

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

Color convert

RGB 52 37 88 -
CMYK 0.41 0.58 0 0.65
HSL 257.65º 0.41% 0.25% -
HSV(B) 257.65º 0.58% 0.35% -
XYZ 3.84 2.76 9.56 -
YUV 47.3 150.97 131.35 -
System Red Green Blue C M Y K H S L
Decimal 52 37 88 0.41 0.58 0 0.65 257.65 0.41 0.25
Hex 34 25 58 29 3A 0 41 102 29 19
Octal 64 45 130 51 72 0 101 402 51 31
Binary 110100 100101 1011000 101001 111010 0 1000001 100000010 101001 11001

Color Harmonies of #342558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342558

Black with #342558

Text Example


Text Example

White with #342558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342558; }

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

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

background-color css

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

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

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

border-color css

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

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

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