Html Css Color HEX #342562 Paris M

📋 copy color: '#342562'

red 52 ◦ green 37 ◦ blue 98

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

Shades of Paris M #342562

Tints of Paris M #342562

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.79%

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

R = 27.81%
G = 19.79%
B = 52.41%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#342562 (or 0x342562) is known color: Paris M. HEX triplet: 34, 25 and 62. RGB value is (52,37,98). Sum of RGB (Red+Green+Blue) = 52+37+98=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 98 (38.67% from 255 or 52.41% from 187); Max value from RGB is 98 - color contains mainly: blue. Hex color #342562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342562 is #CBDA9D. Grayscale: #303030. Windows color (decimal): -13359774 or 6432052. OLE color: 6432052.

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

Color convert

RGB 52 37 98 -
CMYK 0.47 0.62 0 0.62
HSL 254.75º 0.45% 0.26% -
HSV(B) 254.75º 0.62% 0.38% -
XYZ 4.28 2.94 11.9 -
YUV 48.44 155.97 130.54 -
System Red Green Blue C M Y K H S L
Decimal 52 37 98 0.47 0.62 0 0.62 254.75 0.45 0.26
Hex 34 25 62 2F 3E 0 3E FF 2D 1A
Octal 64 45 142 57 76 0 76 377 55 32
Binary 110100 100101 1100010 101111 111110 0 111110 11111111 101101 11010

Color Harmonies of #342562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342562

Black with #342562

Text Example


Text Example

White with #342562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342562; }

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

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

background-color css

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

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

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

border-color css

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

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

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