Html Css Color HEX #342C61 Paris M

📋 copy color: '#342C61'

red 52 ◦ green 44 ◦ blue 97

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

Shades of Paris M #342C61

Tints of Paris M #342C61

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.8%

 BLUE value IS 97 (38.28% from 255) = 50.26%

R = 26.94%
G = 22.8%
B = 50.26%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#342C61 (or 0x342C61) is known color: Paris M. HEX triplet: 34, 2C and 61. RGB value is (52,44,97). Sum of RGB (Red+Green+Blue) = 52+44+97=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #342C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342C61 is #CBD39E. Grayscale: #343434. Windows color (decimal): -13357983 or 6368308. OLE color: 6368308.

HSL color Cylindrical-coordinate representation of color #342C61: hue angle of 249.06º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #342C61 is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 44 97 -
CMYK 0.46 0.55 0 0.62
HSL 249.06º 0.38% 0.28% -
HSV(B) 249.06º 0.55% 0.38% -
XYZ 4.47 3.39 11.73 -
YUV 52.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 52 44 97 0.46 0.55 0 0.62 249.06 0.38 0.28
Hex 34 2C 61 2E 37 0 3E F9 26 1C
Octal 64 54 141 56 67 0 76 371 46 34
Binary 110100 101100 1100001 101110 110111 0 111110 11111001 100110 11100

Color Harmonies of #342C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342C61

Black with #342C61

Text Example


Text Example

White with #342C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342C61; }

 p { color: rgb(52,44,97); }

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

background-color css

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

 a { background-color: rgb(52,44,97); }

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

border-color css

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

 span { border-color: rgb(52,44,97); }

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