Html Css Color HEX #342568 Paris M

📋 copy color: '#342568'

red 52 ◦ green 37 ◦ blue 104

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

Shades of Paris M #342568

Tints of Paris M #342568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 53.89%

R = 26.94%
G = 19.17%
B = 53.89%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#342568 (or 0x342568) is known color: Paris M. HEX triplet: 34, 25 and 68. RGB value is (52,37,104). Sum of RGB (Red+Green+Blue) = 52+37+104=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #342568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342568 is #CBDA97. Grayscale: #303030. Windows color (decimal): -13359768 or 6825268. OLE color: 6825268.

HSL color Cylindrical-coordinate representation of color #342568: hue angle of 253.43º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #342568 is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 37 104 -
CMYK 0.50 0.64 0 0.59
HSL 253.43º 0.48% 0.28% -
HSV(B) 253.43º 0.64% 0.41% -
XYZ 4.58 3.05 13.44 -
YUV 49.12 158.97 130.05 -
System Red Green Blue C M Y K H S L
Decimal 52 37 104 0.50 0.64 0 0.59 253.43 0.48 0.28
Hex 34 25 68 32 40 0 3B FD 30 1C
Octal 64 45 150 62 100 0 73 375 60 34
Binary 110100 100101 1101000 110010 1000000 0 111011 11111101 110000 11100

Color Harmonies of #342568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342568

Black with #342568

Text Example


Text Example

White with #342568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342568; }

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

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

background-color css

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

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

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

border-color css

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

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

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