Html Css Color HEX #342B6D Paris M

📋 copy color: '#342B6D'

red 52 ◦ green 43 ◦ blue 109

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

Shades of Paris M #342B6D

Tints of Paris M #342B6D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.08%

 BLUE value IS 109 (42.97% from 255) = 53.43%

R = 25.49%
G = 21.08%
B = 53.43%

CMYK

 C value IS 0.52

 M value IS 0.61

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#342B6D (or 0x342B6D) is known color: Paris M. HEX triplet: 34, 2B and 6D. RGB value is (52,43,109). Sum of RGB (Red+Green+Blue) = 52+43+109=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #342B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342B6D is #CBD492. Grayscale: #343434. Windows color (decimal): -13358227 or 7154484. OLE color: 7154484.

HSL color Cylindrical-coordinate representation of color #342B6D: hue angle of 248.18º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #342B6D is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 43 109 -
CMYK 0.52 0.61 0 0.57
HSL 248.18º 0.43% 0.3% -
HSV(B) 248.18º 0.61% 0.43% -
XYZ 5.04 3.56 14.89 -
YUV 53.22 159.48 127.13 -
System Red Green Blue C M Y K H S L
Decimal 52 43 109 0.52 0.61 0 0.57 248.18 0.43 0.3
Hex 34 2B 6D 34 3D 0 39 F8 2B 1E
Octal 64 53 155 64 75 0 71 370 53 36
Binary 110100 101011 1101101 110100 111101 0 111001 11111000 101011 11110

Color Harmonies of #342B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342B6D

Black with #342B6D

Text Example


Text Example

White with #342B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,43,109); }

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

background-color css

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

 a { background-color: rgb(52,43,109); }

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

border-color css

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

 span { border-color: rgb(52,43,109); }

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