Html Css Color HEX #342B5D Paris M

📋 copy color: '#342B5D'

red 52 ◦ green 43 ◦ blue 93

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

Shades of Paris M #342B5D

Tints of Paris M #342B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 49.47%

R = 27.66%
G = 22.87%
B = 49.47%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#342B5D (or 0x342B5D) is known color: Paris M. HEX triplet: 34, 2B and 5D. RGB value is (52,43,93). Sum of RGB (Red+Green+Blue) = 52+43+93=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #342B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342B5D is #CBD4A2. Grayscale: #333333. Windows color (decimal): -13358243 or 6105908. OLE color: 6105908.

HSL color Cylindrical-coordinate representation of color #342B5D: hue angle of 250.8º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #342B5D is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 43 93 -
CMYK 0.44 0.54 0 0.64
HSL 250.8º 0.37% 0.27% -
HSV(B) 250.8º 0.54% 0.36% -
XYZ 4.26 3.25 10.76 -
YUV 51.39 151.48 128.43 -
System Red Green Blue C M Y K H S L
Decimal 52 43 93 0.44 0.54 0 0.64 250.8 0.37 0.27
Hex 34 2B 5D 2C 36 0 40 FB 25 1B
Octal 64 53 135 54 66 0 100 373 45 33
Binary 110100 101011 1011101 101100 110110 0 1000000 11111011 100101 11011

Color Harmonies of #342B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342B5D

Black with #342B5D

Text Example


Text Example

White with #342B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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