Html Css Color HEX #342B68 Paris M

📋 copy color: '#342B68'

red 52 ◦ green 43 ◦ blue 104

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

Shades of Paris M #342B68

Tints of Paris M #342B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 52.26%

R = 26.13%
G = 21.61%
B = 52.26%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#342B68 (or 0x342B68) is known color: Paris M. HEX triplet: 34, 2B and 68. RGB value is (52,43,104). Sum of RGB (Red+Green+Blue) = 52+43+104=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #342B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342B68 is #CBD497. Grayscale: #343434. Windows color (decimal): -13358232 or 6826804. OLE color: 6826804.

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

Color convert

RGB 52 43 104 -
CMYK 0.50 0.59 0 0.59
HSL 248.85º 0.41% 0.29% -
HSV(B) 248.85º 0.59% 0.41% -
XYZ 4.78 3.46 13.51 -
YUV 52.65 156.98 127.54 -
System Red Green Blue C M Y K H S L
Decimal 52 43 104 0.50 0.59 0 0.59 248.85 0.41 0.29
Hex 34 2B 68 32 3B 0 3B F9 29 1D
Octal 64 53 150 62 73 0 73 371 51 35
Binary 110100 101011 1101000 110010 111011 0 111011 11111001 101001 11101

Color Harmonies of #342B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342B68

Black with #342B68

Text Example


Text Example

White with #342B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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