Html Css Color HEX #342773 Paris M

📋 copy color: '#342773'

red 52 ◦ green 39 ◦ blue 115

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

Shades of Paris M #342773

Tints of Paris M #342773

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.93%

 BLUE value IS 115 (45.31% from 255) = 55.83%

R = 25.24%
G = 18.93%
B = 55.83%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#342773 (or 0x342773) is known color: Paris M. HEX triplet: 34, 27 and 73. RGB value is (52,39,115). Sum of RGB (Red+Green+Blue) = 52+39+115=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #342773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342773 is #CBD88C. Grayscale: #333333. Windows color (decimal): -13359245 or 7546676. OLE color: 7546676.

HSL color Cylindrical-coordinate representation of color #342773: hue angle of 250.26º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #342773 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 39 115 -
CMYK 0.55 0.66 0 0.55
HSL 250.26º 0.49% 0.3% -
HSV(B) 250.26º 0.66% 0.45% -
XYZ 5.24 3.42 16.6 -
YUV 51.55 163.81 128.32 -
System Red Green Blue C M Y K H S L
Decimal 52 39 115 0.55 0.66 0 0.55 250.26 0.49 0.3
Hex 34 27 73 37 42 0 37 FA 31 1E
Octal 64 47 163 67 102 0 67 372 61 36
Binary 110100 100111 1110011 110111 1000010 0 110111 11111010 110001 11110

Color Harmonies of #342773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342773

Black with #342773

Text Example


Text Example

White with #342773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342773; }

 p { color: rgb(52,39,115); }

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

background-color css

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

 a { background-color: rgb(52,39,115); }

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

border-color css

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

 span { border-color: rgb(52,39,115); }

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