Html Css Color HEX #342561 Paris M

📋 copy color: '#342561'

red 52 ◦ green 37 ◦ blue 97

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

Shades of Paris M #342561

Tints of Paris M #342561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 52.15%

R = 27.96%
G = 19.89%
B = 52.15%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#342561 (or 0x342561) is known color: Paris M. HEX triplet: 34, 25 and 61. RGB value is (52,37,97). Sum of RGB (Red+Green+Blue) = 52+37+97=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 97 (38.28% from 255 or 52.15% from 186); Max value from RGB is 97 - color contains mainly: blue. Hex color #342561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342561 is #CBDA9E. Grayscale: #303030. Windows color (decimal): -13359775 or 6366516. OLE color: 6366516.

HSL color Cylindrical-coordinate representation of color #342561: hue angle of 255º 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 #342561 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 37 97 -
CMYK 0.46 0.62 0 0.62
HSL 255º 0.45% 0.26% -
HSV(B) 255º 0.62% 0.38% -
XYZ 4.24 2.92 11.65 -
YUV 48.33 155.47 130.62 -
System Red Green Blue C M Y K H S L
Decimal 52 37 97 0.46 0.62 0 0.62 255 0.45 0.26
Hex 34 25 61 2E 3E 0 3E FF 2D 1A
Octal 64 45 141 56 76 0 76 377 55 32
Binary 110100 100101 1100001 101110 111110 0 111110 11111111 101101 11010

Color Harmonies of #342561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342561

Black with #342561

Text Example


Text Example

White with #342561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342561; }

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

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

background-color css

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

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

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

border-color css

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

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

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