Html Css Color HEX #342967 Paris M

📋 copy color: '#342967'

red 52 ◦ green 41 ◦ blue 103

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

Shades of Paris M #342967

Tints of Paris M #342967

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.92%

 BLUE value IS 103 (40.63% from 255) = 52.55%

R = 26.53%
G = 20.92%
B = 52.55%

CMYK

 C value IS 0.50

 M value IS 0.60

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#342967 (or 0x342967) is known color: Paris M. HEX triplet: 34, 29 and 67. RGB value is (52,41,103). Sum of RGB (Red+Green+Blue) = 52+41+103=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 103 (40.62% from 255 or 52.55% from 196); Max value from RGB is 103 - color contains mainly: blue. Hex color #342967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342967 is #CBD698. Grayscale: #333333. Windows color (decimal): -13358745 or 6760756. OLE color: 6760756.

HSL color Cylindrical-coordinate representation of color #342967: hue angle of 250.65º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #342967 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 52 41 103 -
CMYK 0.50 0.60 0 0.60
HSL 250.65º 0.43% 0.28% -
HSV(B) 250.65º 0.6% 0.4% -
XYZ 4.66 3.3 13.22 -
YUV 51.36 157.14 128.46 -
System Red Green Blue C M Y K H S L
Decimal 52 41 103 0.50 0.60 0 0.60 250.65 0.43 0.28
Hex 34 29 67 32 3C 0 3C FB 2B 1C
Octal 64 51 147 62 74 0 74 373 53 34
Binary 110100 101001 1100111 110010 111100 0 111100 11111011 101011 11100

Color Harmonies of #342967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342967

Black with #342967

Text Example


Text Example

White with #342967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342967; }

 p { color: rgb(52,41,103); }

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

background-color css

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

 a { background-color: rgb(52,41,103); }

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

border-color css

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

 span { border-color: rgb(52,41,103); }

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