Html Css Color HEX #342C62 Paris M

📋 copy color: '#342C62'

red 52 ◦ green 44 ◦ blue 98

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

Shades of Paris M #342C62

Tints of Paris M #342C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 50.52%

R = 26.8%
G = 22.68%
B = 50.52%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#342C62 (or 0x342C62) is known color: Paris M. HEX triplet: 34, 2C and 62. RGB value is (52,44,98). Sum of RGB (Red+Green+Blue) = 52+44+98=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #342C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342C62 is #CBD39D. Grayscale: #343434. Windows color (decimal): -13357982 or 6433844. OLE color: 6433844.

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

Color convert

RGB 52 44 98 -
CMYK 0.47 0.55 0 0.62
HSL 248.89º 0.38% 0.28% -
HSV(B) 248.89º 0.55% 0.38% -
XYZ 4.52 3.41 11.98 -
YUV 52.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 52 44 98 0.47 0.55 0 0.62 248.89 0.38 0.28
Hex 34 2C 62 2F 37 0 3E F9 26 1C
Octal 64 54 142 57 67 0 76 371 46 34
Binary 110100 101100 1100010 101111 110111 0 111110 11111001 100110 11100

Color Harmonies of #342C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342C62

Black with #342C62

Text Example


Text Example

White with #342C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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