Html Css Color HEX #342970 Paris M

📋 copy color: '#342970'

red 52 ◦ green 41 ◦ blue 112

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

Shades of Paris M #342970

Tints of Paris M #342970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20%

 BLUE value IS 112 (44.14% from 255) = 54.63%

R = 25.37%
G = 20%
B = 54.63%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#342970 (or 0x342970) is known color: Paris M. HEX triplet: 34, 29 and 70. RGB value is (52,41,112). Sum of RGB (Red+Green+Blue) = 52+41+112=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #342970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342970 is #CBD68F. Grayscale: #343434. Windows color (decimal): -13358736 or 7350580. OLE color: 7350580.

HSL color Cylindrical-coordinate representation of color #342970: hue angle of 249.3º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #342970 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 41 112 -
CMYK 0.54 0.63 0 0.56
HSL 249.3º 0.46% 0.3% -
HSV(B) 249.3º 0.63% 0.44% -
XYZ 5.13 3.49 15.73 -
YUV 52.38 161.64 127.73 -
System Red Green Blue C M Y K H S L
Decimal 52 41 112 0.54 0.63 0 0.56 249.3 0.46 0.3
Hex 34 29 70 36 3F 0 38 F9 2E 1E
Octal 64 51 160 66 77 0 70 371 56 36
Binary 110100 101001 1110000 110110 111111 0 111000 11111001 101110 11110

Color Harmonies of #342970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342970

Black with #342970

Text Example


Text Example

White with #342970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342970; }

 p { color: rgb(52,41,112); }

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

background-color css

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

 a { background-color: rgb(52,41,112); }

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

border-color css

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

 span { border-color: rgb(52,41,112); }

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