Html Css Color HEX #342369 Paris M

📋 copy color: '#342369'

red 52 ◦ green 35 ◦ blue 105

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

Shades of Paris M #342369

Tints of Paris M #342369

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.23%

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

R = 27.08%
G = 18.23%
B = 54.69%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#342369 (or 0x342369) is known color: Paris M. HEX triplet: 34, 23 and 69. RGB value is (52,35,105). Sum of RGB (Red+Green+Blue) = 52+35+105=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #342369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342369 is #CBDC96. Grayscale: #2F2F2F. Windows color (decimal): -13360279 or 6890292. OLE color: 6890292.

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

Color convert

RGB 52 35 105 -
CMYK 0.50 0.67 0 0.59
HSL 254.57º 0.5% 0.27% -
HSV(B) 254.57º 0.67% 0.41% -
XYZ 4.57 2.95 13.69 -
YUV 48.06 160.13 130.81 -
System Red Green Blue C M Y K H S L
Decimal 52 35 105 0.50 0.67 0 0.59 254.57 0.5 0.27
Hex 34 23 69 32 43 0 3B FF 32 1B
Octal 64 43 151 62 103 0 73 377 62 33
Binary 110100 100011 1101001 110010 1000011 0 111011 11111111 110010 11011

Color Harmonies of #342369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342369

Black with #342369

Text Example


Text Example

White with #342369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342369; }

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

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

background-color css

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

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

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

border-color css

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

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

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