Html Css Color HEX #342C69 Paris M

📋 copy color: '#342C69'

red 52 ◦ green 44 ◦ blue 105

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

Shades of Paris M #342C69

Tints of Paris M #342C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 52.24%

R = 25.87%
G = 21.89%
B = 52.24%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#342C69 (or 0x342C69) is known color: Paris M. HEX triplet: 34, 2C and 69. RGB value is (52,44,105). Sum of RGB (Red+Green+Blue) = 52+44+105=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #342C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342C69 is #CBD396. Grayscale: #353535. Windows color (decimal): -13357975 or 6892596. OLE color: 6892596.

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

Color convert

RGB 52 44 105 -
CMYK 0.50 0.58 0 0.59
HSL 247.87º 0.41% 0.29% -
HSV(B) 247.87º 0.58% 0.41% -
XYZ 4.87 3.55 13.79 -
YUV 53.35 157.15 127.04 -
System Red Green Blue C M Y K H S L
Decimal 52 44 105 0.50 0.58 0 0.59 247.87 0.41 0.29
Hex 34 2C 69 32 3A 0 3B F8 29 1D
Octal 64 54 151 62 72 0 73 370 51 35
Binary 110100 101100 1101001 110010 111010 0 111011 11111000 101001 11101

Color Harmonies of #342C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342C69

Black with #342C69

Text Example


Text Example

White with #342C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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