Html Css Color HEX #342669 Paris M

📋 copy color: '#342669'

red 52 ◦ green 38 ◦ blue 105

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

Shades of Paris M #342669

Tints of Paris M #342669

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.49%

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

R = 26.67%
G = 19.49%
B = 53.85%

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

#342669 (or 0x342669) is known color: Paris M. HEX triplet: 34, 26 and 69. RGB value is (52,38,105). Sum of RGB (Red+Green+Blue) = 52+38+105=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #342669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342669 is #CBD996. Grayscale: #313131. Windows color (decimal): -13359511 or 6891060. OLE color: 6891060.

HSL color Cylindrical-coordinate representation of color #342669: hue angle of 252.54º degrees, saturation: 0.47, 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 #342669 is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 38 105 -
CMYK 0.50 0.64 0 0.59
HSL 252.54º 0.47% 0.28% -
HSV(B) 252.54º 0.64% 0.41% -
XYZ 4.66 3.14 13.72 -
YUV 49.82 159.14 129.55 -
System Red Green Blue C M Y K H S L
Decimal 52 38 105 0.50 0.64 0 0.59 252.54 0.47 0.28
Hex 34 26 69 32 40 0 3B FD 2F 1C
Octal 64 46 151 62 100 0 73 375 57 34
Binary 110100 100110 1101001 110010 1000000 0 111011 11111101 101111 11100

Color Harmonies of #342669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342669

Black with #342669

Text Example


Text Example

White with #342669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342669; }

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

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

background-color css

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

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

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

border-color css

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

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

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