Html Css Color HEX #342C65 Paris M

📋 copy color: '#342C65'

red 52 ◦ green 44 ◦ blue 101

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

Shades of Paris M #342C65

Tints of Paris M #342C65

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.34%

 BLUE value IS 101 (39.84% from 255) = 51.27%

R = 26.4%
G = 22.34%
B = 51.27%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#342C65 (or 0x342C65) is known color: Paris M. HEX triplet: 34, 2C and 65. RGB value is (52,44,101). Sum of RGB (Red+Green+Blue) = 52+44+101=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 101 (39.84% from 255 or 51.27% from 197); Max value from RGB is 101 - color contains mainly: blue. Hex color #342C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342C65 is #CBD39A. Grayscale: #343434. Windows color (decimal): -13357979 or 6630452. OLE color: 6630452.

HSL color Cylindrical-coordinate representation of color #342C65: hue angle of 248.42º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #342C65 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 52 44 101 -
CMYK 0.49 0.56 0 0.60
HSL 248.42º 0.39% 0.28% -
HSV(B) 248.42º 0.56% 0.4% -
XYZ 4.67 3.47 12.74 -
YUV 52.89 155.15 127.37 -
System Red Green Blue C M Y K H S L
Decimal 52 44 101 0.49 0.56 0 0.60 248.42 0.39 0.28
Hex 34 2C 65 31 38 0 3C F8 27 1C
Octal 64 54 145 61 70 0 74 370 47 34
Binary 110100 101100 1100101 110001 111000 0 111100 11111000 100111 11100

Color Harmonies of #342C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342C65

Black with #342C65

Text Example


Text Example

White with #342C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,44,101); }

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

background-color css

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

 a { background-color: rgb(52,44,101); }

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

border-color css

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

 span { border-color: rgb(52,44,101); }

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