Html Css Color HEX #342E60 Paris M

📋 copy color: '#342E60'

red 52 ◦ green 46 ◦ blue 96

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

Shades of Paris M #342E60

Tints of Paris M #342E60

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.71%

 BLUE value IS 96 (37.89% from 255) = 49.48%

R = 26.8%
G = 23.71%
B = 49.48%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#342E60 (or 0x342E60) is known color: Paris M. HEX triplet: 34, 2E and 60. RGB value is (52,46,96). Sum of RGB (Red+Green+Blue) = 52+46+96=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #342E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342E60 is #CBD19F. Grayscale: #353535. Windows color (decimal): -13357472 or 6303284. OLE color: 6303284.

HSL color Cylindrical-coordinate representation of color #342E60: hue angle of 247.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #342E60 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 46 96 -
CMYK 0.46 0.52 0 0.62
HSL 247.2º 0.35% 0.28% -
HSV(B) 247.2º 0.52% 0.38% -
XYZ 4.5 3.53 11.51 -
YUV 53.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 52 46 96 0.46 0.52 0 0.62 247.2 0.35 0.28
Hex 34 2E 60 2E 34 0 3E F7 23 1C
Octal 64 56 140 56 64 0 76 367 43 34
Binary 110100 101110 1100000 101110 110100 0 111110 11110111 100011 11100

Color Harmonies of #342E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342E60

Black with #342E60

Text Example


Text Example

White with #342E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,46,96); }

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

background-color css

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

 a { background-color: rgb(52,46,96); }

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

border-color css

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

 span { border-color: rgb(52,46,96); }

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